Searched refs:SCHED_IDLE (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | sched.h | |
| /linux/include/linux/ |
| H A D | ioprio.h | 41 if (task->policy == SCHED_IDLE) in task_nice_ioclass()
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 129 #define SCHED_IDLE 5 macro
|
| /linux/kernel/sched/ |
| H A D | syscalls.c | 1481 case SCHED_IDLE: in SYSCALL_DEFINE1() 1509 case SCHED_IDLE: in SYSCALL_DEFINE1()
|
| H A D | sched.h | 191 return policy == SCHED_IDLE; in idle_policy()
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 54 in ``ops->flags``, all ``SCHED_NORMAL``, ``SCHED_BATCH``, ``SCHED_IDLE``, and 60 ``SCHED_IDLE`` policies are scheduled by the fair-class scheduler which has 224 * By default, all SCHED_EXT, SCHED_OTHER, SCHED_IDLE, and
|
| /linux/tools/tracing/latency/ |
| H A D | latency-collector.c | 145 { "idle", SCHED_IDLE, DEFAULT_PRI },
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1170 If the cgroup has been configured to be SCHED_IDLE (cpu.idle = 1), 1259 This is the cgroup analog of the per-task SCHED_IDLE sched policy. 1261 cgroup SCHED_IDLE. The threads inside the cgroup will retain their
|