Searched refs:same_thread_group (Results 1 – 19 of 19) sorted by relevance
| /linux/include/linux/ |
| H A D | ptrace.h | 92 return !same_thread_group(child->real_parent, child->parent); in ptrace_reparented()
|
| /linux/security/landlock/ |
| H A D | task.c | 359 if (same_thread_group(p, current)) in hook_task_kill()
|
| H A D | fs.c | 1912 return !same_thread_group(p, current); in control_current_fowner()
|
| /linux/mm/ |
| H A D | oom_kill.c | 901 if (same_thread_group(task, p)) in task_will_free_mem() 967 if (same_thread_group(p, victim)) in __oom_kill_process()
|
| /linux/kernel/ |
| H A D | ptrace.c | 298 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()
|
| H A D | exit.c | 727 if (!same_thread_group(reaper, father)) in forget_original_parent() 1631 same_thread_group(current, parent)); in is_effectively_child()
|
| H A D | signal.c | 815 if (!same_thread_group(current, t) && in check_kill_permission() 1593 !same_thread_group(p, current)) { in kill_something_info() 1971 same_thread_group(t, current) && !current->exit_state) in posixtimer_get_target()
|
| H A D | sys.c | 1144 if (same_thread_group(p->real_parent, group_leader)) { in SYSCALL_DEFINE2() 1764 need_tasklist = !same_thread_group(tsk, current); in SYSCALL_DEFINE4()
|
| /linux/security/yama/ |
| H A D | yama_lsm.c | 315 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
|
| /linux/fs/proc/ |
| H A D | fd.c | 343 if (p && same_thread_group(p, current)) in proc_fd_permission()
|
| H A D | base.c | 1184 if (same_thread_group(task, p)) in __set_oom_adj() 1738 if (same_thread_group(current, p)) { in comm_write() 3638 is_same_tgroup = same_thread_group(current, task); in proc_tid_comm_permission() 3829 if (!same_thread_group(leader, task)) in proc_task_lookup() 3870 if (pos && same_thread_group(pos, task)) in first_tid()
|
| /linux/include/linux/sched/ |
| H A D | signal.h | 711 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
|
| /linux/kernel/sched/ |
| H A D | cputime.c | 341 if (same_thread_group(current, tsk)) in thread_group_cputime()
|
| /linux/kernel/time/ |
| H A D | posix-timers.c | 400 if (!rtn || !same_thread_group(rtn, current)) in good_sigevent()
|
| H A D | posix-cpu-timers.c | 79 return (tsk && same_thread_group(tsk, current)) ? pid : NULL; in pid_for_clock()
|
| /linux/fs/ |
| H A D | exec.c | 976 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
|
| /linux/io_uring/ |
| H A D | io_uring.c | 428 if (WARN_ON_ONCE(!same_thread_group(tctx->task, current))) in io_queue_iowq()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 3097 if (link->task && !same_thread_group(current, link->task)) in uprobe_prog_run()
|
| /linux/drivers/android/ |
| H A D | binder.c | 6030 if (!same_thread_group(proc->tsk, current)) in binder_mmap()
|