Searched defs:aa_get_profile_rcu (Results 1 - 1 of 1) 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);

Completed in 80 milliseconds