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

/linux-master/kernel/
H A Dhung_task.c213 !(state & TASK_NOLOAD))
/linux-master/include/linux/
H A Dsched.h109 #define TASK_NOLOAD 0x00000400 macro
129 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
/linux-master/kernel/sched/
H A Dcore.c6675 !(prev_state & TASK_NOLOAD) &&
9214 if (state_filter == TASK_UNINTERRUPTIBLE && (state & TASK_NOLOAD))

Completed in 132 milliseconds