Searched refs:same_thread_group (Results 1 – 10 of 10) sorted by relevance
| /linux/security/landlock/ |
| H A D | task.c | 392 if (same_thread_group(p, current)) in hook_file_send_sigiotask()
|
| H A D | fs.c | 2042 return !same_thread_group(p, current); in control_current_fowner()
|
| /linux/security/yama/ |
| H A D | yama_lsm.c | 315 if (parent != NULL && same_thread_group(parent, tracer)) { in ptracer_exception_found()
|
| /linux/include/linux/sched/ |
| H A D | signal.h | 708 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() function
|
| /linux/kernel/ |
| H A D | exit.c | 764 if (!same_thread_group(reaper, father)) in forget_original_parent() 1667 same_thread_group(current, parent)); in is_effectively_child()
|
| H A D | signal.c | 821 if (!same_thread_group(current, t) && in check_kill_permission() 1636 !same_thread_group(p, current)) { in kill_something_info() 2026 same_thread_group(t, current) && !(current->flags & PF_EXITING)) in posixtimer_get_target()
|
| /linux/kernel/time/ |
| 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 | 998 BUG_ON(!same_thread_group(leader, tsk)); in de_thread()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 3144 if (link->task && !same_thread_group(current, link->task)) in uprobe_prog_run()
|
| /linux/drivers/android/ |
| H A D | binder.c | 6045 if (!same_thread_group(proc->tsk, current)) in binder_mmap()
|