Home
last modified time | relevance | path

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

/Linux-v5.15/security/yama/
Dyama_lsm.c236 if (!thread_group_leader(myself)) in yama_task_prctl()
282 if (!thread_group_leader(parent)) in task_is_descendant()
285 if (!thread_group_leader(walker)) in task_is_descendant()
326 if (!thread_group_leader(tracee)) in ptracer_exception_found()
/Linux-v5.15/kernel/
Dexit.c95 bool group_dead = thread_group_leader(tsk); in __exit_signal()
675 int sig = thread_group_leader(tsk) && in exit_notify()
680 } else if (thread_group_leader(tsk)) { in exit_notify()
1020 state = (ptrace_reparented(p) && thread_group_leader(p)) ? in wait_task_zombie()
1033 if (state == EXIT_DEAD && thread_group_leader(p)) { in wait_task_zombie()
Dtsacct.c41 if (thread_group_leader(tsk)) { in bacct_add_tsk()
Dpid_namespace.c171 int init_pids = thread_group_leader(me) ? 1 : 2; in zap_pid_ns_processes()
Dacct.c553 if (thread_group_leader(current)) { in acct_collect()
Dptrace.c544 dead = !thread_group_leader(p); in __ptrace_detach()
Dfork.c2364 if (thread_group_leader(p)) { in copy_process()
Dsys.c1065 if (!thread_group_leader(p)) in SYSCALL_DEFINE2()
/Linux-v5.15/include/linux/sched/
Dsignal.h667 static inline bool thread_group_leader(struct task_struct *p) in thread_group_leader() function
690 (thread_group_leader(p) && !thread_group_empty(p))
/Linux-v5.15/fs/
Dexec.c1061 if (!thread_group_leader(tsk)) in de_thread()
1079 if (!thread_group_leader(tsk)) { in de_thread()
1161 BUG_ON(!thread_group_leader(tsk)); in de_thread()
Dbinfmt_elf_fdpic.c1301 if (thread_group_leader(p)) { in fill_prstatus()
Dbinfmt_elf.c1513 if (thread_group_leader(p)) { in fill_prstatus()
/Linux-v5.15/kernel/bpf/
Dtask_iter.c40 } else if (skip_if_dup_files && !thread_group_leader(task) && in task_seq_get_next()
/Linux-v5.15/fs/proc/
Dbase.c3767 if (thread_group_leader(pos)) in next_tid()
/Linux-v5.15/kernel/cgroup/
Dcgroup.c4627 if (!thread_group_leader(task)) in css_task_iter_advance()