Lines Matching refs:caller
277 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local
283 caller = current; in seccomp_can_sync_threads()
284 for_each_thread(caller, thread) { in seccomp_can_sync_threads()
288 if (thread == caller) in seccomp_can_sync_threads()
294 caller->seccomp.filter))) in seccomp_can_sync_threads()
318 struct task_struct *thread, *caller; in seccomp_sync_threads() local
324 caller = current; in seccomp_sync_threads()
325 for_each_thread(caller, thread) { in seccomp_sync_threads()
327 if (thread == caller) in seccomp_sync_threads()
331 get_seccomp_filter(caller); in seccomp_sync_threads()
339 caller->seccomp.filter); in seccomp_sync_threads()
347 if (task_no_new_privs(caller)) in seccomp_sync_threads()