same_thread_group 1137 fs/exec.c      		BUG_ON(!same_thread_group(leader, tsk));
same_thread_group 1097 fs/proc/base.c 			if (same_thread_group(task, p))
same_thread_group 1552 fs/proc/base.c 	if (same_thread_group(current, p))
same_thread_group 3379 fs/proc/base.c 	is_same_tgroup = same_thread_group(current, task);
same_thread_group 3559 fs/proc/base.c 	if (!same_thread_group(leader, task))
same_thread_group 3600 fs/proc/base.c 		if (pos && same_thread_group(pos, task))
same_thread_group  308 fs/proc/fd.c   	if (p && same_thread_group(p, current))
same_thread_group   99 include/linux/ptrace.h 	return !same_thread_group(child->real_parent, child->parent);
same_thread_group  635 kernel/exit.c  		if (!same_thread_group(reaper, father))
same_thread_group  303 kernel/ptrace.c 	if (same_thread_group(task, current))
same_thread_group  386 kernel/ptrace.c 	if (same_thread_group(task, current))
same_thread_group  536 kernel/ptrace.c 		if (!same_thread_group(p->real_parent, tracer))
same_thread_group  309 kernel/sched/cputime.c 	if (same_thread_group(current, tsk))
same_thread_group  843 kernel/signal.c 	if (!same_thread_group(current, t) &&
same_thread_group 1581 kernel/signal.c 					!same_thread_group(p, current)) {
same_thread_group 1035 kernel/sys.c   	if (same_thread_group(p->real_parent, group_leader)) {
same_thread_group   67 kernel/time/posix-cpu-timers.c 		return same_thread_group(p, current) ? p : NULL;
same_thread_group  414 kernel/time/posix-timers.c 		if (!rtn || !same_thread_group(rtn, current))
same_thread_group  845 mm/oom_kill.c  		if (same_thread_group(task, p))
same_thread_group  909 mm/oom_kill.c  		if (same_thread_group(p, victim))
same_thread_group  320 security/yama/yama_lsm.c 	if (parent != NULL && same_thread_group(parent, tracer)) {