Searched defs:group_dead (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | taskstats_kern.h | 28 static inline void taskstats_exit(struct task_struct *tsk, int group_dead) in taskstats_exit()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | taskstats_kern.h | 28 static inline void taskstats_exit(struct task_struct *tsk, int group_dead) in taskstats_exit()
|
| /kernel/linux/linux-5.10/kernel/ |
| D | exit.c | 127 static void __unhash_process(struct task_struct *p, bool group_dead) in __unhash_process() 150 bool group_dead = thread_group_leader(tsk); in __exit_signal() local 702 static void exit_notify(struct task_struct *tsk, int group_dead) in exit_notify() 771 int group_dead; in do_exit() local
|
| D | acct.c | 537 void acct_collect(long exitcode, int group_dead) in acct_collect()
|
| D | taskstats.c | 583 void taskstats_exit(struct task_struct *tsk, int group_dead) in taskstats_exit()
|
| /kernel/linux/linux-6.6/kernel/ |
| D | exit.c | 123 static void __unhash_process(struct task_struct *p, bool group_dead) in __unhash_process() 146 bool group_dead = thread_group_leader(tsk); in __exit_signal() local 727 static void exit_notify(struct task_struct *tsk, int group_dead) in exit_notify() 812 int group_dead; in do_exit() local
|
| D | acct.c | 553 void acct_collect(long exitcode, int group_dead) in acct_collect()
|
| D | taskstats.c | 605 void taskstats_exit(struct task_struct *tsk, int group_dead) in taskstats_exit()
|