Searched refs:SCHED_IDLE (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/ |
D | sched-design-CFS.rst | 110 - SCHED_IDLE:它比nice 19更弱,不过它不是真正的idle定时器调度器,因为要避免给机器 115 util-linux-ng 2.13.1.1中的chrt命令可以设置以上所有策略,除了SCHED_IDLE。
|
/linux-6.12.1/include/linux/ |
D | ioprio.h | 41 if (task->policy == SCHED_IDLE) in task_nice_ioclass()
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | sched.h | 119 #define SCHED_IDLE 5 macro
|
/linux-6.12.1/include/uapi/linux/ |
D | sched.h | 119 #define SCHED_IDLE 5 macro
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-ext.rst | 54 in ``ops->flags``, all ``SCHED_NORMAL``, ``SCHED_BATCH``, ``SCHED_IDLE``, and 60 ``SCHED_IDLE`` policies are scheduled by CFS. 175 * By default, all SCHED_EXT, SCHED_OTHER, SCHED_IDLE, and
|
D | sched-design-CFS.rst | 139 - SCHED_IDLE: This is even weaker than nice 19, but its not a true 147 SCHED_IDLE.
|
/linux-6.12.1/kernel/sched/ |
D | syscalls.c | 1538 case SCHED_IDLE: in SYSCALL_DEFINE1() 1566 case SCHED_IDLE: in SYSCALL_DEFINE1()
|
D | sched.h | 193 return policy == SCHED_IDLE; in idle_policy()
|
/linux-6.12.1/Documentation/translations/sp_SP/scheduler/ |
D | sched-design-CFS.rst | 153 - SCHED_IDLE: Esta política es más débil incluso que nice 19, pero 162 estas políticas excepto SCHED_IDLE.
|
/linux-6.12.1/tools/tracing/latency/ |
D | latency-collector.c | 145 { "idle", SCHED_IDLE, DEFAULT_PRI },
|
/linux-6.12.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1119 If the cgroup has been configured to be SCHED_IDLE (cpu.idle = 1), 1188 This is the cgroup analog of the per-task SCHED_IDLE sched policy. 1190 cgroup SCHED_IDLE. The threads inside the cgroup will retain their
|