Home
last modified time | relevance | path

Searched refs:has_group_leader_pid (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/sched/
Dsignal.h640 static inline bool has_group_leader_pid(struct task_struct *p) in has_group_leader_pid() function
/Linux-v5.4/kernel/time/
Dposix-cpu-timers.c85 return has_group_leader_pid(p) ? p : NULL; in lookup_task()
/Linux-v5.4/kernel/
Dexit.c114 if (unlikely(has_group_leader_pid(tsk))) in __exit_signal()
/Linux-v5.4/fs/
Dexec.c1138 BUG_ON(has_group_leader_pid(tsk)); in de_thread()
/Linux-v5.4/fs/proc/
Dbase.c3301 if (!iter.task || !has_group_leader_pid(iter.task)) { in next_tgid()