Searched refs:same_thread_group (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | ptrace.h | 92 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
|
/linux-6.3-rc2/kernel/ |
A D | ptrace.c | 308 if (same_thread_group(task, current)) in __ptrace_may_access() 419 if (same_thread_group(task, current)) in ptrace_attach() 569 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
|
A D | exit.c | 713 if (!same_thread_group(reaper, father)) in forget_original_parent() 1547 same_thread_group(current, parent)); in is_effectively_child()
|
A D | signal.c | 850 if (!same_thread_group(current, t) && in check_kill_permission() 1608 !same_thread_group(p, current)) { in kill_something_info()
|
A D | sys.c | 1084 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2()
|
/linux-6.3-rc2/mm/ |
A D | oom_kill.c | 905 if (same_thread_group(task, p)) in task_will_free_mem() 971 if (same_thread_group(p, victim)) in __oom_kill_process()
|
/linux-6.3-rc2/security/yama/ |
A D | yama_lsm.c | 320 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
|
/linux-6.3-rc2/fs/proc/ |
A D | fd.c | 341 if (p && same_thread_group(p, current)) in proc_fd_permission()
|
A D | base.c | 1119 if (same_thread_group(task, p)) in __set_oom_adj() 1680 if (same_thread_group(current, p)) { in comm_write() 3569 is_same_tgroup = same_thread_group(current, task); in proc_tid_comm_permission() 3762 if (!same_thread_group(leader, task)) in proc_task_lookup() 3803 if (pos && same_thread_group(pos, task)) in first_tid()
|
/linux-6.3-rc2/include/linux/sched/ |
A D | signal.h | 716 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
|
/linux-6.3-rc2/kernel/sched/ |
A D | cputime.c | 328 if (same_thread_group(current, tsk)) in thread_group_cputime()
|
/linux-6.3-rc2/io_uring/ |
A D | rw.c | 208 if (!same_thread_group(req->task, current) || !in_task()) in io_rw_should_reissue()
|
A D | io_uring.c | 471 if (WARN_ON_ONCE(!same_thread_group(req->task, current))) in io_queue_iowq()
|
/linux-6.3-rc2/kernel/time/ |
A D | posix-cpu-timers.c | 79 return (tsk && same_thread_group(tsk, current)) ? pid : NULL; in pid_for_clock()
|
A D | posix-timers.c | 440 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
|
/linux-6.3-rc2/fs/ |
A D | exec.c | 1117 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
|
Completed in 56 milliseconds