Symbol: same_thread_group
drivers/android/binder.c
6030
if (!same_thread_group(proc->tsk, current))
fs/exec.c
976
BUG_ON(!same_thread_group(leader, tsk));
fs/proc/base.c
1184
if (same_thread_group(task, p))
fs/proc/base.c
1738
if (same_thread_group(current, p)) {
fs/proc/base.c
3638
is_same_tgroup = same_thread_group(current, task);
fs/proc/base.c
3829
if (!same_thread_group(leader, task))
fs/proc/base.c
3870
if (pos && same_thread_group(pos, task))
fs/proc/fd.c
343
if (p && same_thread_group(p, current))
include/linux/ptrace.h
92
return !same_thread_group(child->real_parent, child->parent);
io_uring/io_uring.c
427
if (WARN_ON_ONCE(!same_thread_group(tctx->task, current)))
kernel/exit.c
1630
same_thread_group(current, parent));
kernel/exit.c
726
if (!same_thread_group(reaper, father))
kernel/ptrace.c
298
if (same_thread_group(task, current))
kernel/ptrace.c
439
if (same_thread_group(task, current))
kernel/ptrace.c
550
if (!same_thread_group(p->real_parent, tracer))
kernel/sched/cputime.c
341
if (same_thread_group(current, tsk))
kernel/signal.c
1593
!same_thread_group(p, current)) {
kernel/signal.c
1971
same_thread_group(t, current) && !current->exit_state)
kernel/signal.c
815
if (!same_thread_group(current, t) &&
kernel/sys.c
1144
if (same_thread_group(p->real_parent, group_leader)) {
kernel/sys.c
1764
need_tasklist = !same_thread_group(tsk, current);
kernel/time/posix-cpu-timers.c
79
return (tsk && same_thread_group(tsk, current)) ? pid : NULL;
kernel/time/posix-timers.c
400
if (!rtn || !same_thread_group(rtn, current))
kernel/trace/bpf_trace.c
3097
if (link->task && !same_thread_group(current, link->task))
mm/oom_kill.c
917
if (same_thread_group(task, p))
mm/oom_kill.c
983
if (same_thread_group(p, victim))
security/landlock/fs.c
1786
return !same_thread_group(p, current);
security/landlock/task.c
355
if (same_thread_group(p, current))
security/yama/yama_lsm.c
315
if (parent != NULL && same_thread_group(parent, tracer)) {