Lines Matching refs:caller
256 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local
262 caller = current; in seccomp_can_sync_threads()
263 for_each_thread(caller, thread) { in seccomp_can_sync_threads()
267 if (thread == caller) in seccomp_can_sync_threads()
273 caller->seccomp.filter))) in seccomp_can_sync_threads()
297 struct task_struct *thread, *caller; in seccomp_sync_threads() local
303 caller = current; in seccomp_sync_threads()
304 for_each_thread(caller, thread) { in seccomp_sync_threads()
306 if (thread == caller) in seccomp_sync_threads()
310 get_seccomp_filter(caller); in seccomp_sync_threads()
318 caller->seccomp.filter); in seccomp_sync_threads()
326 if (task_no_new_privs(caller)) in seccomp_sync_threads()