Searched refs:same_thread_group (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/include/linux/ |
D | ptrace.h | 99 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
|
/Linux-v5.4/mm/ |
D | oom_kill.c | 845 if (same_thread_group(task, p)) in task_will_free_mem() 909 if (same_thread_group(p, victim)) in __oom_kill_process()
|
/Linux-v5.4/kernel/ |
D | ptrace.c | 298 if (same_thread_group(task, current)) in __ptrace_may_access() 381 if (same_thread_group(task, current)) in ptrace_attach() 531 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
|
D | exit.c | 639 if (!same_thread_group(reaper, father)) in forget_original_parent()
|
D | signal.c | 838 if (!same_thread_group(current, t) && in check_kill_permission() 1576 !same_thread_group(p, current)) { in kill_something_info()
|
D | sys.c | 1035 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2()
|
/Linux-v5.4/security/yama/ |
D | yama_lsm.c | 320 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
|
/Linux-v5.4/fs/proc/ |
D | fd.c | 308 if (p && same_thread_group(p, current)) in proc_fd_permission()
|
D | base.c | 1097 if (same_thread_group(task, p)) in __set_oom_adj() 1552 if (same_thread_group(current, p)) in comm_write() 3379 is_same_tgroup = same_thread_group(current, task); in proc_tid_comm_permission() 3559 if (!same_thread_group(leader, task)) in proc_task_lookup() 3600 if (pos && same_thread_group(pos, task)) in first_tid()
|
/Linux-v5.4/include/linux/sched/ |
D | signal.h | 646 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
|
/Linux-v5.4/kernel/sched/ |
D | cputime.c | 309 if (same_thread_group(current, tsk)) in thread_group_cputime()
|
/Linux-v5.4/kernel/time/ |
D | posix-cpu-timers.c | 67 return same_thread_group(p, current) ? p : NULL; in lookup_task()
|
D | posix-timers.c | 414 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
|
/Linux-v5.4/fs/ |
D | exec.c | 1137 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
|