Searched refs:task_is_a_corpse_fork (Results 1 – 6 of 6) sorted by relevance
452 if (task_is_a_corpse_fork(task)) { in task_generate_corpse()
390 #define task_is_a_corpse_fork(task) \ macro
625 if (task_is_a_corpse_fork(task)) { in thread_terminate_self()1562 if (task_is_a_corpse_fork(parent_task)) { in thread_create_internal()
4638 if (!task->active || task_is_a_corpse(task) || task_is_a_corpse_fork(task)) { in kdp_stackshot_record_task()5233 if ((task->active && !task_is_a_corpse(task) && !task_is_a_corpse_fork(task)) || in kdp_stackshot_kcdata_format()5339 if ((task->active && !task_is_a_corpse(task) && !task_is_a_corpse_fork(task)) || in kdp_stackshot_kcdata_format()
213 if (task_is_a_corpse_fork(task)) { in ipc_task_init()
3303 if (task != get_threadtask(self) && !task_is_a_corpse_fork(task)) { in task_start_halt_locked()7836 return task_is_a_corpse_fork(t); in is_corpsefork()