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

/linux-4.1.27/kernel/time/
H A Dposix-cpu-timers.c46 same_thread_group(p, current) : has_group_leader_pid(p))) { check_clock()
344 if (p && !has_group_leader_pid(p)) posix_cpu_timer_create()
/linux-4.1.27/fs/
H A Dexec.c964 BUG_ON(has_group_leader_pid(tsk)); de_thread()
/linux-4.1.27/kernel/
H A Dexit.c106 if (unlikely(has_group_leader_pid(tsk))) __exit_signal()
/linux-4.1.27/fs/proc/
H A Dbase.c2841 if (!iter.task || !has_group_leader_pid(iter.task)) { next_tgid()
/linux-4.1.27/include/linux/
H A Dsched.h2580 static inline bool has_group_leader_pid(struct task_struct *p) has_group_leader_pid() function

Completed in 125 milliseconds