Home
last modified time | relevance | path

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

/linux/kernel/
H A Dhung_task.c109 (state & (TASK_WAKEKILL | TASK_NOLOAD | TASK_FROZEN))) in task_is_hung()
/linux/include/linux/
H A Dsched.h119 #define TASK_NOLOAD 0x00000400 macro
139 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
/linux/kernel/sched/
H A Dcore.c6536 !(task_state & TASK_NOLOAD) && in try_to_block_task()
7923 if (state_filter == TASK_UNINTERRUPTIBLE && (state & TASK_NOLOAD)) in state_filter_match()