Home
last modified time | relevance | path

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

/linux-6.3-rc2/security/yama/
A 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-6.3-rc2/kernel/
A Dexit.c145 bool group_dead = thread_group_leader(tsk); in __exit_signal()
737 int sig = thread_group_leader(tsk) && in exit_notify()
742 } else if (thread_group_leader(tsk)) { in exit_notify()
1118 state = (ptrace_reparented(p) && thread_group_leader(p)) ? in wait_task_zombie()
1131 if (state == EXIT_DEAD && thread_group_leader(p)) { in wait_task_zombie()
A Dtsacct.c48 if (thread_group_leader(tsk) && (tsk->flags & PF_FORKNOEXEC)) in bacct_add_tsk()
A Dpid_namespace.c174 int init_pids = thread_group_leader(me) ? 1 : 2; in zap_pid_ns_processes()
A Dacct.c573 if (thread_group_leader(current)) { in acct_collect()
A Dptrace.c566 dead = !thread_group_leader(p); in __ptrace_detach()
A Dsys.c1081 if (!thread_group_leader(p)) in SYSCALL_DEFINE2()
A Dfork.c2454 if (thread_group_leader(p)) { in copy_process()
/linux-6.3-rc2/include/linux/sched/
A Dsignal.h710 static inline bool thread_group_leader(struct task_struct *p) in thread_group_leader() function
733 (thread_group_leader(p) && !thread_group_empty(p))
/linux-6.3-rc2/fs/
A Dexec.c1065 if (!thread_group_leader(tsk)) in de_thread()
1083 if (!thread_group_leader(tsk)) { in de_thread()
1165 BUG_ON(!thread_group_leader(tsk)); in de_thread()
A Dbinfmt_elf_fdpic.c1302 if (thread_group_leader(p)) { in fill_prstatus()
A Dbinfmt_elf.c1548 if (thread_group_leader(p)) { in fill_prstatus()
/linux-6.3-rc2/kernel/bpf/
A Dtask_iter.c147 } else if (skip_if_dup_files && !thread_group_leader(task) && in task_seq_get_next()
/linux-6.3-rc2/fs/proc/
A Dbase.c3841 if (thread_group_leader(pos)) in next_tid()
/linux-6.3-rc2/kernel/cgroup/
A Dcgroup.c4887 if (!thread_group_leader(task)) in css_task_iter_advance()

Completed in 49 milliseconds