Searched refs:SCHED_IDLE (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsched.h119 #define SCHED_IDLE 5 macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h119 #define SCHED_IDLE 5 macro
/linux-master/include/linux/
H A Dioprio.h41 if (task->policy == SCHED_IDLE)
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c145 { "idle", SCHED_IDLE, DEFAULT_PRI },
/linux-master/kernel/sched/
H A Dsched.h174 return policy == SCHED_IDLE;
389 /* A positive value indicates that this is a SCHED_IDLE group. */
577 unsigned int idle_nr_running; /* SCHED_IDLE */
578 unsigned int idle_h_nr_running; /* SCHED_IDLE */
H A Dcore.c1333 * SCHED_IDLE tasks get minimal weight:
7679 * Treat SCHED_IDLE as nice 20. Only allow a switch to
7738 * SCHED_BATCH and SCHED_IDLE is 0.
9069 case SCHED_IDLE:
9096 case SCHED_IDLE:

Completed in 168 milliseconds