Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c73 static void __unhash_process(struct task_struct *p, bool group_dead) in __unhash_process() argument
77 if (group_dead) { in __unhash_process()
96 bool group_dead = thread_group_leader(tsk); in __exit_signal() local
107 if (group_dead) in __exit_signal()
111 if (group_dead) { in __exit_signal()
149 __unhash_process(tsk, group_dead); in __exit_signal()
162 if (group_dead) { in __exit_signal()
649 static void exit_notify(struct task_struct *tsk, int group_dead) in exit_notify() argument
658 if (group_dead) in exit_notify()
718 int group_dead; in do_exit() local
[all …]
H A Dacct.c535 void acct_collect(long exitcode, int group_dead) in acct_collect() argument
541 if (group_dead && current->mm) { in acct_collect()
554 if (group_dead) in acct_collect()
H A Dtaskstats.c583 void taskstats_exit(struct task_struct *tsk, int group_dead) in taskstats_exit() argument
626 if (!is_thread_group || !group_dead) in taskstats_exit()
/OK3568_Linux_fs/kernel/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.h25 extern void acct_collect(long exitcode, int group_dead);