Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dptrace.h92 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
/Linux-v4.19/kernel/
Dptrace.c293 if (same_thread_group(task, current)) in __ptrace_may_access()
366 if (same_thread_group(task, current)) in ptrace_attach()
516 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
Dexit.c691 if (!same_thread_group(reaper, father)) in forget_original_parent()
Dsignal.c779 if (!same_thread_group(current, t) && in check_kill_permission()
1465 !same_thread_group(p, current)) { in kill_something_info()
Dsys.c1032 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2()
/Linux-v4.19/mm/
Doom_kill.c822 if (same_thread_group(task, p)) in task_will_free_mem()
884 if (same_thread_group(p, victim)) in __oom_kill_process()
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c53 same_thread_group(p, current) : has_group_leader_pid(p))) { in check_clock()
277 if (same_thread_group(tsk, current)) in posix_cpu_clock_get_task()
342 if (p && !same_thread_group(p, current)) in posix_cpu_timer_create()
Dposix-timers.c438 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
/Linux-v4.19/security/yama/
Dyama_lsm.c324 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
/Linux-v4.19/fs/proc/
Dfd.c308 if (p && same_thread_group(p, current)) in proc_fd_permission()
Dbase.c1078 if (same_thread_group(task, p)) in __set_oom_adj()
1537 if (same_thread_group(current, p)) in comm_write()
3279 is_same_tgroup = same_thread_group(current, task); in proc_tid_comm_permission()
3455 if (!same_thread_group(leader, task)) in proc_task_lookup()
3496 if (pos && same_thread_group(pos, task)) in first_tid()
/Linux-v4.19/include/linux/sched/
Dsignal.h624 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
/Linux-v4.19/kernel/sched/
Dcputime.c308 if (same_thread_group(current, tsk)) in thread_group_cputime()
/Linux-v4.19/fs/
Dexec.c1132 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()