Home
last modified time | relevance | path

Searched refs:needput (Results 1 – 3 of 3) sorted by relevance

/security/apparmor/include/
A Dcred.h67 bool *needput) in aa_get_newest_cred_label_condref() argument
72 *needput = true; in aa_get_newest_cred_label_condref()
76 *needput = false; in aa_get_newest_cred_label_condref()
82 if (unlikely(needput)) in aa_put_label_condref()
125 bool needput) in __end_current_label_crit_section() argument
127 if (unlikely(needput)) in __end_current_label_crit_section()
163 *needput = true; in __begin_current_label_crit_section()
167 *needput = false; in __begin_current_label_crit_section()
203 bool needput; in aa_get_current_ns() local
205 label = __begin_current_label_crit_section(&needput); in aa_get_current_ns()
[all …]
/security/apparmor/
A Dlsm.c130 bool needput; in apparmor_ptrace_access_check() local
149 bool needput; in apparmor_ptrace_traceme() local
223 bool needput; in common_perm() local
464 bool needput; in apparmor_file_open() local
527 bool needput; in common_file_perm() local
668 bool needput; in apparmor_uring_override_creds() local
693 bool needput; in apparmor_uring_sqpoll() local
712 bool needput; in apparmor_sb_mount() local
749 bool needput; in apparmor_move_mount() local
764 bool needput; in apparmor_sb_umount() local
[all …]
A Dpolicy.c883 bool needput, res; in aa_current_policy_view_capable() local
885 label = __begin_current_label_crit_section(&needput); in aa_current_policy_view_capable()
887 __end_current_label_crit_section(label, needput); in aa_current_policy_view_capable()
895 bool needput, res; in aa_current_policy_admin_capable() local
897 label = __begin_current_label_crit_section(&needput); in aa_current_policy_admin_capable()
899 __end_current_label_crit_section(label, needput); in aa_current_policy_admin_capable()

Completed in 13 milliseconds