Home
last modified time | relevance | path

Searched refs:TASK_NOLOAD (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/
H A Dhung_task.c212 !(state & TASK_NOLOAD)) in check_hung_uninterruptible_tasks()
/openbmc/linux/include/linux/
H A Dsched.h99 #define TASK_NOLOAD 0x00000400 macro
119 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
/openbmc/linux/kernel/sched/
H A Dcore.c6631 !(prev_state & TASK_NOLOAD) && in __schedule()
9203 if (state_filter == TASK_UNINTERRUPTIBLE && (state & TASK_NOLOAD)) in state_filter_match()