Searched refs:aa_put_profile (Results 1 - 11 of 11) sorted by relevance

/security/apparmor/
H A Dcontext.c50 aa_put_profile(cxt->profile);
51 aa_put_profile(cxt->previous);
52 aa_put_profile(cxt->onexec);
119 aa_put_profile(cxt->profile);
141 aa_put_profile(cxt->onexec);
172 aa_put_profile(cxt->profile);
180 aa_put_profile(cxt->onexec);
214 aa_put_profile(cxt->profile);
H A Dipc.c106 aa_put_profile(tracee_p);
108 aa_put_profile(tracer_p);
H A Ddomain.c80 aa_put_profile(tracerp);
464 aa_put_profile(new_profile);
480 aa_put_profile(new_profile);
508 aa_put_profile(cxt->profile);
520 aa_put_profile(profile);
657 aa_put_profile(root);
672 aa_put_profile(root);
682 aa_put_profile(root);
725 aa_put_profile(hat);
850 aa_put_profile(targe
[all...]
H A Dcapability.c101 aa_put_profile(ent->profile);
H A Dresource.c111 aa_put_profile(task_profile);
H A Dpolicy.c448 aa_put_profile(profile);
567 aa_put_profile(rcu_dereference_protected(r->profile, true));
599 aa_put_profile(rcu_access_pointer(profile->parent));
631 * aa_free_profile_kref - free aa_profile by kref (called by aa_put_profile)
650 /* freed by free_profile - usually through aa_put_profile */
1003 aa_put_profile(p);
1025 aa_put_profile(old);
1190 aa_put_profile(parent);
1193 aa_put_profile(newest);
1291 aa_put_profile(profil
[all...]
H A Dpolicy_unpack.c721 aa_put_profile(ent->rename);
722 aa_put_profile(ent->old);
723 aa_put_profile(ent->new);
796 aa_put_profile(profile);
H A Dapparmorfs.c254 aa_put_profile(profile);
277 aa_put_profile(profile);
305 aa_put_profile(profile);
H A Dlsm.c525 aa_put_profile(profile);
/security/apparmor/include/
H A Dcontext.h158 aa_put_profile(profile);
171 aa_put_profile(cxt->previous);
172 aa_put_profile(cxt->onexec);
H A Dpolicy.h336 * aa_put_profile - decrement refcount on profile @p
339 static inline void aa_put_profile(struct aa_profile *p) function
368 aa_put_profile(tmp);
395 aa_put_profile(ns->unconfined);

Completed in 67 milliseconds