Searched refs:TASK_WAKEKILL (Results 1 – 3 of 3) sorted by relevance
119 #define TASK_WAKEKILL 0x00000100 macro137 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)138 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
286 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
114 (state & (TASK_WAKEKILL | TASK_NOLOAD | TASK_FROZEN))) in task_is_hung()