Searched defs:replacedby (Results 1 - 1 of 1) sorted by relevance

/security/apparmor/include/
H A Dpolicy.h166 * @replacedby: is set to the profile that replaced this profile
189 * The @replacedby struct is write protected by the profile lock.
205 struct aa_replacedby *replacedby; member in struct:aa_profile
330 return aa_get_profile_rcu(&p->replacedby->profile);
364 tmp = rcu_dereference_protected(orig->replacedby->profile,
366 rcu_assign_pointer(orig->replacedby->profile, aa_get_profile(new));

Completed in 95 milliseconds