Searched refs:TASK_DEAD (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/tile/include/asm/
H A Dswitch_to.h58 if (unlikely((prev)->state == TASK_DEAD)) \
/linux-4.1.27/kernel/
H A Dexit.c813 * As a result, we may become TASK_RUNNING after becoming TASK_DEAD do_exit()
822 tsk->state = TASK_DEAD; do_exit()
/linux-4.1.27/kernel/sched/
H A Ddeadline.c1178 * Since we are TASK_DEAD we won't slip out of the domain! task_dead_dl()
H A Dcore.c2217 * If a task dies, then it sets TASK_DEAD in tsk->state and calls
2236 if (unlikely(prev_state == TASK_DEAD)) {
2651 if (unlikely(in_atomic_preempt_off() && prev->state != TASK_DEAD)) schedule_debug()
/linux-4.1.27/include/linux/
H A Dsched.h212 #define TASK_DEAD 64 macro

Completed in 213 milliseconds