Home
last modified time | relevance | path

Searched refs:same_thread_group (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
H A Dptrace.h92 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
/linux/security/landlock/
H A Dtask.c355 if (same_thread_group(p, current)) in hook_task_kill()
H A Dfs.c1820 return !same_thread_group(p, current); in control_current_fowner()
/linux/mm/
H A Doom_kill.c917 if (same_thread_group(task, p)) in task_will_free_mem()
983 if (same_thread_group(p, victim)) in __oom_kill_process()
/linux/security/yama/
H A Dyama_lsm.c315 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
/linux/fs/proc/
H A Dfd.c343 if (p && same_thread_group(p, current)) in proc_fd_permission()
H A Dbase.c1184 if (same_thread_group(task, p)) in __set_oom_adj()
1738 if (same_thread_group(current, p)) { in comm_write()
3635 is_same_tgroup = same_thread_group(current, task); in proc_tid_comm_permission()
3826 if (!same_thread_group(leader, task)) in proc_task_lookup()
3867 if (pos && same_thread_group(pos, task)) in first_tid()
/linux/include/linux/sched/
H A Dsignal.h710 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
/linux/kernel/
H A Dexit.c726 if (!same_thread_group(reaper, father)) in forget_original_parent()
1624 same_thread_group(current, parent)); in is_effectively_child()
H A Dsys.c1144 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2()
1764 need_tasklist = !same_thread_group(tsk, current); in SYSCALL_DEFINE4()
/linux/kernel/time/
H A Dposix-timers.c407 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
/linux/fs/
H A Dexec.c984 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
/linux/kernel/trace/
H A Dbpf_trace.c3077 if (link->task && !same_thread_group(current, link->task)) in uprobe_prog_run()
/linux/io_uring/
H A Dio_uring.c488 if (WARN_ON_ONCE(!same_thread_group(tctx->task, current))) in io_queue_iowq()