Symbol: same_thread_group
drivers/android/binder.c
6045
if (!same_thread_group(proc->tsk, current))
fs/exec.c
995
BUG_ON(!same_thread_group(leader, tsk));
fs/proc/base.c
1165
if (same_thread_group(task, p))
fs/proc/base.c
1719
if (same_thread_group(current, p)) {
fs/proc/base.c
3619
is_same_tgroup = same_thread_group(current, task);
fs/proc/base.c
3810
if (!same_thread_group(leader, task))
fs/proc/base.c
3851
if (pos && same_thread_group(pos, task))
fs/proc/fd.c
338
if (p && same_thread_group(p, current))
include/linux/ptrace.h
93
return !same_thread_group(child->real_parent, child->parent);
io_uring/io_uring.c
429
if (WARN_ON_ONCE(!same_thread_group(tctx->task, current)))
kernel/exit.c
1664
same_thread_group(current, parent));
kernel/exit.c
761
if (!same_thread_group(reaper, father))
kernel/ptrace.c
326
if (same_thread_group(task, current))
kernel/ptrace.c
464
if (same_thread_group(task, current))
kernel/ptrace.c
575
if (!same_thread_group(p->real_parent, tracer))
kernel/sched/cputime.c
343
if (same_thread_group(current, tsk))
kernel/signal.c
1600
!same_thread_group(p, current)) {
kernel/signal.c
1978
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
408
if (!rtn || !same_thread_group(rtn, current))
kernel/trace/bpf_trace.c
3144
if (link->task && !same_thread_group(current, link->task))
mm/oom_kill.c
901
if (same_thread_group(task, p))
mm/oom_kill.c
967
if (same_thread_group(p, victim))
security/landlock/fs.c
1937
return !same_thread_group(p, current);
security/landlock/task.c
358
if (same_thread_group(p, current))
security/yama/yama_lsm.c
315
if (parent != NULL && same_thread_group(parent, tracer)) {