Home
last modified time | relevance | path

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

/linux/security/yama/ !
H A Dyama_lsm.c277 if (!thread_group_leader(parent)) in task_is_descendant()
280 if (!thread_group_leader(walker)) in task_is_descendant()
321 if (!thread_group_leader(tracee)) in ptracer_exception_found()
/linux/include/linux/sched/ !
H A Dsignal.h705 static inline bool thread_group_leader(struct task_struct *p) in thread_group_leader() function
734 return thread_group_leader(p) && in thread_group_empty()
739 (thread_group_leader(p) && !thread_group_empty(p))
/linux/net/core/ !
H A Dnetclassid_cgroup.c96 if (!thread_group_leader(p)) in update_classid_task()
/linux/kernel/ !
H A Dexit.c162 bool group_dead = thread_group_leader(tsk); in __exit_signal()
304 if (thread_group_leader(p)) in release_task()
752 int sig = thread_group_leader(tsk) && in exit_notify()
757 } else if (thread_group_leader(tsk)) { in exit_notify()
1198 state = (ptrace_reparented(p) && thread_group_leader(p)) ? in wait_task_zombie()
1211 if (state == EXIT_DEAD && thread_group_leader(p)) { in wait_task_zombie()
H A Dtsacct.c48 if (thread_group_leader(tsk) && (tsk->flags & PF_FORKNOEXEC)) in bacct_add_tsk()
H A Dpid_namespace.c197 int init_pids = thread_group_leader(me) ? 1 : 2; in zap_pid_ns_processes()
H A Dacct.c577 if (thread_group_leader(current)) { in acct_collect()
H A Dptrace.c547 dead = !thread_group_leader(p); in __ptrace_detach()
H A Dfork.c2466 if (thread_group_leader(p)) { in copy_process()
H A Dsys.c1141 if (!thread_group_leader(p)) in SYSCALL_DEFINE2()
/linux/fs/ !
H A Dexec.c924 if (!thread_group_leader(tsk)) in de_thread()
942 if (!thread_group_leader(tsk)) { in de_thread()
1023 BUG_ON(!thread_group_leader(tsk)); in de_thread()
H A Dbinfmt_elf_fdpic.c1313 if (thread_group_leader(p)) { in fill_prstatus()
H A Dbinfmt_elf.c1498 if (thread_group_leader(p)) { in fill_prstatus()
/linux/kernel/bpf/ !
H A Dtask_iter.c128 } else if (skip_if_dup_files && !thread_group_leader(task) && in task_seq_get_next()
/linux/kernel/cgroup/ !
H A Dcgroup.c3047 if (!thread_group_leader(tsk)) { in cgroup_procs_write_start()
5070 if (!thread_group_leader(task)) in css_task_iter_advance()
7033 if (thread_group_leader(tsk) && atomic_read(&tsk->signal->live)) in do_cgroup_task_dead()