Searched refs:same_thread_group (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/kernel/ |
H A D | ptrace.c | 241 if (same_thread_group(task, current)) __ptrace_may_access() 319 if (same_thread_group(task, current)) ptrace_attach() 467 if (!same_thread_group(p->real_parent, tracer)) __ptrace_detach()
|
H A D | exit.c | 503 !same_thread_group(reaper, child_reaper); find_new_reaper() 579 if (!same_thread_group(reaper, father))
|
H A D | sys.c | 948 if (same_thread_group(p->real_parent, group_leader)) { SYSCALL_DEFINE2()
|
H A D | signal.c | 780 if (!same_thread_group(current, t) && check_kill_permission() 1446 !same_thread_group(p, current)) { for_each_process()
|
/linux-4.1.27/kernel/time/ |
H A D | posix-cpu-timers.c | 46 same_thread_group(p, current) : has_group_leader_pid(p))) { check_clock() 272 if (same_thread_group(tsk, current)) posix_cpu_clock_get_task() 336 if (p && !same_thread_group(p, current)) posix_cpu_timer_create()
|
H A D | posix-timers.c | 505 !same_thread_group(rtn, current) || good_sigevent()
|
/linux-4.1.27/include/linux/ |
H A D | ptrace.h | 86 return !same_thread_group(child->real_parent, child->parent); ptrace_reparented()
|
H A D | sched.h | 2586 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) same_thread_group() function
|
/linux-4.1.27/fs/proc/ |
H A D | base.c | 1316 if (same_thread_group(current, p)) comm_write() 3058 if (!same_thread_group(leader, task)) proc_task_lookup() 3099 if (pos && same_thread_group(pos, task)) first_tid()
|
/linux-4.1.27/mm/ |
H A D | oom_kill.c | 593 if (p->mm == mm && !same_thread_group(p, victim) && for_each_process()
|
/linux-4.1.27/fs/ |
H A D | exec.c | 963 BUG_ON(!same_thread_group(leader, tsk)); de_thread()
|
Completed in 291 milliseconds