Searched refs:SCHED_NORMAL (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-design-CFS.rst | 105 - SCHED_NORMAL:(传统被称为SCHED_OTHER):该调度策略用于普通任务。 180 CONFIG_FAIR_GROUP_SCHED 允许将CFS(也就是说,SCHED_NORMAL和SCHED_BATCH)任务编组。
|
| H A D | sched-bwc.rst | 18 本文只讨论了SCHED_NORMAL的CPU带宽控制。
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 114 #define SCHED_NORMAL 0 macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | sched.h | 114 #define SCHED_NORMAL 0 macro
|
| /linux-6.15/init/ |
| H A D | init_task.c | 78 .policy = SCHED_NORMAL,
|
| /linux-6.15/kernel/sched/ |
| H A D | syscalls.c | 866 .sched_policy = SCHED_NORMAL, in sched_set_normal() 1495 case SCHED_NORMAL: in SYSCALL_DEFINE1() 1523 case SCHED_NORMAL: in SYSCALL_DEFINE1()
|
| H A D | sched.h | 196 return policy == SCHED_NORMAL; in normal_policy()
|
| H A D | core.c | 4736 p->policy = SCHED_NORMAL; in sched_fork() 8890 .sched_policy = SCHED_NORMAL, in normalize_rt_tasks()
|
| H A D | ext.c | 3687 p->policy = SCHED_NORMAL; in scx_ops_init_task()
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-ext.rst | 50 treated as ``SCHED_NORMAL`` and scheduled by CFS until the BPF scheduler is 54 in ``ops->flags``, all ``SCHED_NORMAL``, ``SCHED_BATCH``, ``SCHED_IDLE``, and 59 by sched_ext, while tasks with ``SCHED_NORMAL``, ``SCHED_BATCH`` and
|
| H A D | sched-design-CFS.rst | 131 - SCHED_NORMAL (traditionally called SCHED_OTHER): The scheduling 227 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
|
| H A D | sched-util-clamp.rst | 100 Both SCHED_NORMAL/OTHER and SCHED_FIFO/RR honour uclamp requests/hints. 368 RT could be changed. SCHED_NORMAL/OTHER might gain similar knobs too in the 481 By default all SCHED_NORMAL/SCHED_OTHER tasks are initialized to:
|
| H A D | sched-bwc.rst | 6 This document only discusses CPU bandwidth control for SCHED_NORMAL.
|
| H A D | sched-deadline.rst | 814 /* SCHED_NORMAL, SCHED_BATCH */
|
| /linux-6.15/kernel/ |
| H A D | Kconfig.preempt | 83 eager to preempt SCHED_NORMAL tasks in an attempt to
|
| H A D | kthread.c | 441 sched_setscheduler_nocheck(current, SCHED_NORMAL, ¶m); in kthread()
|
| /linux-6.15/Documentation/translations/sp_SP/scheduler/ |
| H A D | sched-design-CFS.rst | 144 - SCHED_NORMAL (tradicionalmente llamada SCHED_OTHER): Gestión de 245 CONFIG_FAIR_GROUP_SCHED permite agrupar tareas de CFS (i.e., SCHED_NORMAL y
|
| H A D | sched-bwc.rst | 14 para SCHED_NORMAL. El caso de SCHED_RT se trata en Documentation/scheduler/sched-rt-group.rst
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 21796 M: Vincent Guittot <[email protected]> (SCHED_NORMAL) 21797 R: Dietmar Eggemann <[email protected]> (SCHED_NORMAL)
|