Lines Matching refs:caller
490 struct task_struct *thread, *caller;
496 caller = current;
497 for_each_thread(caller, thread) {
501 if (thread == caller)
510 caller->seccomp.filter)))
600 struct task_struct *thread, *caller;
613 caller = current;
614 for_each_thread(caller, thread) {
616 if (thread == caller)
627 get_seccomp_filter(caller);
638 caller->seccomp.filter);
640 atomic_read(&caller->seccomp.filter_count));
648 if (task_no_new_privs(caller))
2172 * Note: this is only correct because the caller should be the (ptrace)