Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dsignal.h416 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state()
455 state = TASK_WAKEKILL | __TASK_TRACED; in signal_wake_up()
/openbmc/linux/kernel/
H A Dhung_task.c211 !(state & TASK_WAKEKILL) && in check_hung_uninterruptible_tasks()
/openbmc/linux/include/linux/
H A Dsched.h97 #define TASK_WAKEKILL 0x00000100 macro
115 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
116 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
H A Dwait.h288 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c109 #define TASK_WAKEKILL 128 macro