Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h121 #define TASK_NOLOAD 0x00000400 macro
141 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
/linux/kernel/sched/
H A Dcore.c6608 !(task_state & TASK_NOLOAD) && in try_to_block_task()
8162 if (state_filter == TASK_UNINTERRUPTIBLE && (state & TASK_NOLOAD)) in state_filter_match()