Searched refs:aa_get_profile_rcu (Results 1 - 3 of 3) sorted by relevance

/security/apparmor/include/
H A Dpolicy.h297 * aa_get_profile_rcu - increment a refcount profile that can be replaced
303 static inline struct aa_profile *aa_get_profile_rcu(struct aa_profile __rcu **p) function
330 return aa_get_profile_rcu(&p->replacedby->profile);
/security/apparmor/
H A Dapparmorfs.c252 struct aa_profile *profile = aa_get_profile_rcu(&r->profile);
275 struct aa_profile *profile = aa_get_profile_rcu(&r->profile);
298 struct aa_profile *profile = aa_get_profile_rcu(&r->profile);
326 struct aa_profile *profile = aa_get_profile_rcu(&r->profile);
H A Ddomain.c643 root = aa_get_profile_rcu(&profile->parent);

Completed in 44 milliseconds