Lines Matching refs:needput

131 	bool needput;  in apparmor_ptrace_access_check()  local
135 tracer = __begin_current_label_crit_section(&needput); in apparmor_ptrace_access_check()
139 __end_current_label_crit_section(tracer, needput); in apparmor_ptrace_access_check()
150 bool needput; in apparmor_ptrace_traceme() local
152 tracee = __begin_current_label_crit_section(&needput); in apparmor_ptrace_traceme()
158 __end_current_label_crit_section(tracee, needput); in apparmor_ptrace_traceme()
224 bool needput; in common_perm() local
226 label = __begin_current_label_crit_section(&needput); in common_perm()
230 __end_current_label_crit_section(label, needput); in common_perm()
465 bool needput; in apparmor_file_open() local
482 label = aa_get_newest_cred_label_condref(file->f_cred, &needput); in apparmor_file_open()
499 aa_put_label_condref(label, needput); in apparmor_file_open()
661 bool needput; in apparmor_uring_override_creds() local
666 label = __begin_current_label_crit_section(&needput); in apparmor_uring_override_creds()
670 __end_current_label_crit_section(label, needput); in apparmor_uring_override_creds()
686 bool needput; in apparmor_uring_sqpoll() local
690 label = __begin_current_label_crit_section(&needput); in apparmor_uring_sqpoll()
694 __end_current_label_crit_section(label, needput); in apparmor_uring_sqpoll()
705 bool needput; in apparmor_sb_mount() local
713 label = __begin_current_label_crit_section(&needput); in apparmor_sb_mount()
732 __end_current_label_crit_section(label, needput); in apparmor_sb_mount()
742 bool needput; in apparmor_move_mount() local
744 label = __begin_current_label_crit_section(&needput); in apparmor_move_mount()
748 __end_current_label_crit_section(label, needput); in apparmor_move_mount()
757 bool needput; in apparmor_sb_umount() local
759 label = __begin_current_label_crit_section(&needput); in apparmor_sb_umount()
762 __end_current_label_crit_section(label, needput); in apparmor_sb_umount()
987 bool needput; in apparmor_current_getlsmprop_subj() local
989 label = __begin_current_label_crit_section(&needput); in apparmor_current_getlsmprop_subj()
991 __end_current_label_crit_section(label, needput); in apparmor_current_getlsmprop_subj()
1008 bool needput; in apparmor_task_setrlimit() local
1010 label = __begin_current_label_crit_section(&needput); in apparmor_task_setrlimit()
1015 __end_current_label_crit_section(label, needput); in apparmor_task_setrlimit()
1026 bool needput; in apparmor_task_kill() local
1038 cl = __begin_current_label_crit_section(&needput); in apparmor_task_kill()
1040 __end_current_label_crit_section(cl, needput); in apparmor_task_kill()
1073 bool needput; in apparmor_sk_alloc_security() local
1075 label = __begin_current_label_crit_section(&needput); in apparmor_sk_alloc_security()
1080 __end_current_label_crit_section(label, needput); in apparmor_sk_alloc_security()
1193 bool needput; in apparmor_unix_stream_connect() local
1195 label = __begin_current_label_crit_section(&needput); in apparmor_unix_stream_connect()
1197 __end_current_label_crit_section(label, needput); in apparmor_unix_stream_connect()
1236 bool needput; in apparmor_unix_may_send() local
1238 label = __begin_current_label_crit_section(&needput); in apparmor_unix_may_send()
1249 __end_current_label_crit_section(label, needput); in apparmor_unix_may_send()