Home
last modified time | relevance | path

Searched refs:thread_group_leader (Results 1 – 10 of 10) 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.h702 static inline bool thread_group_leader(struct task_struct *p) in thread_group_leader() function
731 return thread_group_leader(p) && in thread_group_empty()
736 (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.c161 bool group_dead = thread_group_leader(tsk); in __exit_signal()
312 if (thread_group_leader(p)) in release_task()
792 } else if (thread_group_leader(tsk)) { in exit_notify()
1234 state = (ptrace_reparented(p) && thread_group_leader(p)) ? in wait_task_zombie()
1247 if (state == EXIT_DEAD && thread_group_leader(p)) { in wait_task_zombie()
H A Dfork.c2516 if (thread_group_leader(p)) { in copy_process()
/linux/fs/
H A Dexec.c946 if (!thread_group_leader(tsk)) in de_thread()
964 if (!thread_group_leader(tsk)) { in de_thread()
1045 BUG_ON(!thread_group_leader(tsk)); in de_thread()
H A Dbinfmt_elf_fdpic.c1318 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.c3178 if (!thread_group_leader(tsk)) { in cgroup_procs_write_start()
5234 if (!thread_group_leader(task)) in css_task_iter_advance()
7176 if (thread_group_leader(tsk) && atomic_read(&tsk->signal->live)) in do_cgroup_task_dead()
H A Dcpuset.c2732 if (!thread_group_leader(task)) in cpuset_update_tasks_nodemask()