Searched refs:same_thread_group (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/linux/ |
D | ptrace.h | 87 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
|
D | sched.h | 2709 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
|
/linux-4.4.14/kernel/ |
D | ptrace.c | 241 if (same_thread_group(task, current)) in __ptrace_may_access() 319 if (same_thread_group(task, current)) in ptrace_attach() 467 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
|
D | exit.c | 503 !same_thread_group(reaper, child_reaper); in find_new_reaper() 579 if (!same_thread_group(reaper, father)) in forget_original_parent()
|
D | signal.c | 729 if (!same_thread_group(current, t) && in check_kill_permission() 1395 !same_thread_group(p, current)) { in kill_something_info()
|
D | sys.c | 948 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2()
|
/linux-4.4.14/kernel/time/ |
D | posix-cpu-timers.c | 46 same_thread_group(p, current) : has_group_leader_pid(p))) { in check_clock() 295 if (same_thread_group(tsk, current)) in posix_cpu_clock_get_task() 359 if (p && !same_thread_group(p, current)) in posix_cpu_timer_create()
|
D | posix-timers.c | 512 !same_thread_group(rtn, current) || in good_sigevent()
|
/linux-4.4.14/fs/proc/ |
D | fd.c | 303 if (p && same_thread_group(p, current)) in proc_fd_permission()
|
D | base.c | 1504 if (same_thread_group(current, p)) in comm_write() 3242 if (!same_thread_group(leader, task)) in proc_task_lookup() 3283 if (pos && same_thread_group(pos, task)) in first_tid()
|
/linux-4.4.14/mm/ |
D | oom_kill.c | 607 if (same_thread_group(p, victim)) in oom_kill_process()
|
/linux-4.4.14/fs/ |
D | exec.c | 969 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
|