Home
last modified time | relevance | path

Searched refs:same_thread_group (Results 1 – 10 of 10) sorted by relevance

/linux/security/landlock/
H A Dtask.c392 if (same_thread_group(p, current)) in hook_file_send_sigiotask()
H A Dfs.c2042 return !same_thread_group(p, current); in control_current_fowner()
/linux/security/yama/
H A Dyama_lsm.c315 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
/linux/include/linux/sched/
H A Dsignal.h708 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
/linux/kernel/
H A Dexit.c764 if (!same_thread_group(reaper, father)) in forget_original_parent()
1667 same_thread_group(current, parent)); in is_effectively_child()
H A Dsignal.c821 if (!same_thread_group(current, t) && in check_kill_permission()
1636 !same_thread_group(p, current)) { in kill_something_info()
2026 same_thread_group(t, current) && !(current->flags & PF_EXITING)) in posixtimer_get_target()
/linux/kernel/time/
H A Dposix-cpu-timers.c79 return (tsk && same_thread_group(tsk, current)) ? pid : NULL; in pid_for_clock()
/linux/fs/
H A Dexec.c998 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
/linux/kernel/trace/
H A Dbpf_trace.c3144 if (link->task && !same_thread_group(current, link->task)) in uprobe_prog_run()
/linux/drivers/android/
H A Dbinder.c6045 if (!same_thread_group(proc->tsk, current)) in binder_mmap()