Home
last modified time | relevance | path

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

/linux/include/linux/
A Dptrace.h92 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
/linux/kernel/
A Dptrace.c298 if (same_thread_group(task, current)) in __ptrace_may_access()
439 if (same_thread_group(task, current)) in ptrace_attach()
550 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
A Dexit.c721 if (!same_thread_group(reaper, father)) in forget_original_parent()
1600 same_thread_group(current, parent)); in is_effectively_child()
A Dsignal.c846 if (!same_thread_group(current, t) && in check_kill_permission()
1624 !same_thread_group(p, current)) { in kill_something_info()
1996 if (type != PIDTYPE_PID && same_thread_group(t, current)) in send_sigqueue()
A Dsys.c1111 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2()
/linux/mm/
A Doom_kill.c905 if (same_thread_group(task, p)) in task_will_free_mem()
971 if (same_thread_group(p, victim)) in __oom_kill_process()
/linux/security/yama/
A Dyama_lsm.c322 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
/linux/fs/proc/
A Dfd.c348 if (p && same_thread_group(p, current)) in proc_fd_permission()
A Dbase.c1177 if (same_thread_group(task, p)) in __set_oom_adj()
1734 if (same_thread_group(current, p)) { in comm_write()
3637 is_same_tgroup = same_thread_group(current, task); in proc_tid_comm_permission()
3831 if (!same_thread_group(leader, task)) in proc_task_lookup()
3872 if (pos && same_thread_group(pos, task)) in first_tid()
/linux/include/linux/sched/
A Dsignal.h707 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
/linux/kernel/sched/
A Dcputime.c328 if (same_thread_group(current, tsk)) in thread_group_cputime()
/linux/kernel/time/
A Dposix-timers.c387 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
A Dposix-cpu-timers.c79 return (tsk && same_thread_group(tsk, current)) ? pid : NULL; in pid_for_clock()
/linux/io_uring/
A Drw.c438 if (!same_thread_group(req->task, current) || !in_task()) in io_rw_should_reissue()
A Dio_uring.c530 if (WARN_ON_ONCE(!same_thread_group(req->task, current))) in io_queue_iowq()
/linux/fs/
A Dexec.c1097 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
/linux/kernel/trace/
A Dbpf_trace.c3210 if (link->task && !same_thread_group(current, link->task)) in uprobe_prog_run()

Completed in 66 milliseconds