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

/linux-master/kernel/
H A Dhung_task.c212 !(state & TASK_WAKEKILL) &&
/linux-master/include/linux/sched/
H A Dsignal.h408 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
446 state = TASK_WAKEKILL | __TASK_TRACED;
/linux-master/include/linux/
H A Dsched.h107 #define TASK_WAKEKILL 0x00000100 macro
125 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
126 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
H A Dwait.h283 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))

Completed in 934 milliseconds