Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dptrace.h92 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
/Linux-v6.6/kernel/
Dptrace.c309 if (same_thread_group(task, current)) in __ptrace_may_access()
420 if (same_thread_group(task, current)) in ptrace_attach()
570 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
Dexit.c717 if (!same_thread_group(reaper, father)) in forget_original_parent()
1552 same_thread_group(current, parent)); in is_effectively_child()
Dsignal.c856 if (!same_thread_group(current, t) && in check_kill_permission()
1625 !same_thread_group(p, current)) { in kill_something_info()
2005 if (type != PIDTYPE_PID && same_thread_group(t, current)) in send_sigqueue()
Dsys.c1102 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2()
/Linux-v6.6/mm/
Doom_kill.c903 if (same_thread_group(task, p)) in task_will_free_mem()
969 if (same_thread_group(p, victim)) in __oom_kill_process()
/Linux-v6.6/security/yama/
Dyama_lsm.c320 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
/Linux-v6.6/fs/proc/
Dfd.c341 if (p && same_thread_group(p, current)) in proc_fd_permission()
Dbase.c1119 if (same_thread_group(task, p)) in __set_oom_adj()
1680 if (same_thread_group(current, p)) { in comm_write()
3572 is_same_tgroup = same_thread_group(current, task); in proc_tid_comm_permission()
3766 if (!same_thread_group(leader, task)) in proc_task_lookup()
3807 if (pos && same_thread_group(pos, task)) in first_tid()
/Linux-v6.6/include/linux/sched/
Dsignal.h713 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
/Linux-v6.6/kernel/sched/
Dcputime.c328 if (same_thread_group(current, tsk)) in thread_group_cputime()
/Linux-v6.6/io_uring/
Drw.c209 if (!same_thread_group(req->task, current) || !in_task()) in io_rw_should_reissue()
Dio_uring.c524 if (WARN_ON_ONCE(!same_thread_group(req->task, current))) in io_queue_iowq()
/Linux-v6.6/kernel/time/
Dposix-cpu-timers.c79 return (tsk && same_thread_group(tsk, current)) ? pid : NULL; in pid_for_clock()
Dposix-timers.c386 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
/Linux-v6.6/fs/
Dexec.c1120 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()