Searched refs:TASK_WAKEKILL (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dsched.h213 #define TASK_WAKEKILL 128 macro
224 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
225 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
226 #define TASK_TRACED (TASK_WAKEKILL | __TASK_TRACED)
2814 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) signal_pending_state()
2978 signal_wake_up_state(t, resume ? TASK_WAKEKILL : 0); signal_wake_up()
/linux-4.1.27/kernel/
H A Dsignal.c694 * TASK_WAKEKILL also means wake it up in the stopped/traced/killable signal_wake_up_state()

Completed in 164 milliseconds