Home
last modified time | relevance | path

Searched refs:group_dead (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtaskstats_kern.h25 extern void taskstats_exit(struct task_struct *, int group_dead);
28 static inline void taskstats_exit(struct task_struct *tsk, int group_dead) in taskstats_exit() argument
H A Dacct.h24 extern void acct_collect(long exitcode, int group_dead);
/linux/kernel/
H A Dexit.c135 bool group_dead) in __unhash_process() argument
144 if (group_dead) { in __unhash_process()
162 bool group_dead = thread_group_leader(tsk); in __exit_signal() local
173 if (group_dead) in __exit_signal()
177 if (group_dead) { in __exit_signal()
212 __unhash_process(post, tsk, group_dead); in __exit_signal()
219 if (group_dead) in __exit_signal()
738 static void exit_notify(struct task_struct *tsk, int group_dead) in exit_notify() argument
747 if (group_dead) in exit_notify()
900 int group_dead; in do_exit() local
[all …]