Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dptrace.h92 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
/OK3568_Linux_fs/kernel/kernel/
H A Dptrace.c313 if (same_thread_group(task, current)) in __ptrace_may_access()
424 if (same_thread_group(task, current)) in ptrace_attach()
574 if (!same_thread_group(p->real_parent, tracer)) in __ptrace_detach()
H A Dexit.c639 if (!same_thread_group(reaper, father)) in forget_original_parent()
H A Dsignal.c847 if (!same_thread_group(current, t) && in check_kill_permission()
1590 !same_thread_group(p, current)) { in kill_something_info()
H A Dsys.c1059 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/mm/
H A Doom_kill.c896 if (same_thread_group(task, p)) in task_will_free_mem()
962 if (same_thread_group(p, victim)) in __oom_kill_process()
/OK3568_Linux_fs/kernel/security/yama/
H A Dyama_lsm.c320 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dfd.c332 if (p && same_thread_group(p, current)) in proc_fd_permission()
H A Dbase.c1118 if (same_thread_group(task, p)) in __set_oom_adj()
1679 if (same_thread_group(current, p)) in comm_write()
3498 is_same_tgroup = same_thread_group(current, task); in proc_tid_comm_permission()
3686 if (!same_thread_group(leader, task)) in proc_task_lookup()
3727 if (pos && same_thread_group(pos, task)) in first_tid()
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dsignal.h682 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcputime.c320 if (same_thread_group(current, tsk)) in thread_group_cputime()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c72 return (tsk && same_thread_group(tsk, current)) ? pid : NULL; in pid_for_clock()
H A Dposix-timers.c440 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c1121 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c1498 if (WARN_ON_ONCE(!same_thread_group(req->task, current))) in io_queue_async_work()
2680 if (!same_thread_group(req->task, current) || !in_task()) in io_rw_should_reissue()