Lines Matching refs:caller
257 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local
263 caller = current; in seccomp_can_sync_threads()
264 for_each_thread(caller, thread) { in seccomp_can_sync_threads()
268 if (thread == caller) in seccomp_can_sync_threads()
274 caller->seccomp.filter))) in seccomp_can_sync_threads()
298 struct task_struct *thread, *caller; in seccomp_sync_threads() local
304 caller = current; in seccomp_sync_threads()
305 for_each_thread(caller, thread) { in seccomp_sync_threads()
307 if (thread == caller) in seccomp_sync_threads()
311 get_seccomp_filter(caller); in seccomp_sync_threads()
319 caller->seccomp.filter); in seccomp_sync_threads()
327 if (task_no_new_privs(caller)) in seccomp_sync_threads()