Home
last modified time | relevance | path

Searched refs:TASK_WAKEKILL (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sched/
H A Dsignal.h410 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state()
448 state = TASK_WAKEKILL | __TASK_TRACED; in signal_wake_up()
/linux/kernel/
H A Dhung_task.c109 (state & (TASK_WAKEKILL | TASK_NOLOAD | TASK_FROZEN))) in task_is_hung()
/linux/include/linux/
H A Dsched.h117 #define TASK_WAKEKILL 0x00000100 macro
135 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
136 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
H A Dwait.h286 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))