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

/linux-master/include/linux/
H A Dptrace.h7 #include <linux/sched/signal.h> /* For send_sig(), same_thread_group(), etc. */
92 return !same_thread_group(child->real_parent, child->parent);
/linux-master/security/yama/
H A Dyama_lsm.c321 if (parent != NULL && same_thread_group(parent, tracer)) {
/linux-master/kernel/
H A Dptrace.c298 if (same_thread_group(task, current))
439 if (same_thread_group(task, current))
550 if (!same_thread_group(p->real_parent, tracer))
H A Dexit.c719 if (!same_thread_group(reaper, father))
1539 same_thread_group(current, parent));
H A Dsignal.c847 if (!same_thread_group(current, t) &&
1627 !same_thread_group(p, current)) {
1995 if (type != PIDTYPE_PID && same_thread_group(t, current))
H A Dsys.c1102 if (same_thread_group(p->real_parent, group_leader)) {
/linux-master/fs/proc/
H A Dfd.c344 if (p && same_thread_group(p, current))
H A Dbase.c1120 if (same_thread_group(task, p))
1677 if (same_thread_group(current, p)) {
3579 is_same_tgroup = same_thread_group(current, task);
3773 if (!same_thread_group(leader, task))
3814 if (pos && same_thread_group(pos, task))
/linux-master/mm/
H A Doom_kill.c906 if (same_thread_group(task, p))
972 if (same_thread_group(p, victim))
/linux-master/include/linux/sched/
H A Dsignal.h708 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) function
/linux-master/kernel/sched/
H A Dcputime.c328 if (same_thread_group(current, tsk))
/linux-master/io_uring/
H A Drw.c228 if (!same_thread_group(req->task, current) || !in_task())
H A Dio_uring.c519 if (WARN_ON_ONCE(!same_thread_group(req->task, current)))
/linux-master/kernel/time/
H A Dposix-cpu-timers.c79 return (tsk && same_thread_group(tsk, current)) ? pid : NULL;
H A Dposix-timers.c386 if (!rtn || !same_thread_group(rtn, current))
/linux-master/fs/
H A Dexec.c1135 BUG_ON(!same_thread_group(leader, tsk));

Completed in 274 milliseconds