Searched refs:task_is_a_corpse_fork (Results 1 – 6 of 6) sorted by relevance
454 if (task_is_a_corpse_fork(task)) { in task_generate_corpse()
419 #define task_is_a_corpse_fork(task) \ macro
631 if (task_is_a_corpse_fork(task)) { in thread_terminate_self()1553 if (task_is_a_corpse_fork(parent_task)) { in thread_create_internal()
4812 if (!task->active || task_is_a_corpse(task) || task_is_a_corpse_fork(task)) { in kdp_stackshot_record_task()5411 if ((task->active && !task_is_a_corpse(task) && !task_is_a_corpse_fork(task)) || in kdp_stackshot_kcdata_format()5517 if ((task->active && !task_is_a_corpse(task) && !task_is_a_corpse_fork(task)) || in kdp_stackshot_kcdata_format()
212 if (task_is_a_corpse_fork(task)) { in ipc_task_init()
3398 if (task != get_threadtask(self) && !task_is_a_corpse_fork(task)) { in task_start_halt_locked()8084 return task_is_a_corpse_fork(t); in is_corpsefork()