Home
last modified time | relevance | path

Searched refs:SCHED_NORMAL (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/Documentation/translations/zh_CN/scheduler/
H A Dsched-design-CFS.rst105 - SCHED_NORMAL:(传统被称为SCHED_OTHER):该调度策略用于普通任务。
180 CONFIG_FAIR_GROUP_SCHED 允许将CFS(也就是说,SCHED_NORMAL和SCHED_BATCH)任务编组。
H A Dsched-bwc.rst18 本文只讨论了SCHED_NORMAL的CPU带宽控制。
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h114 #define SCHED_NORMAL 0 macro
/linux-6.15/include/uapi/linux/
H A Dsched.h114 #define SCHED_NORMAL 0 macro
/linux-6.15/init/
H A Dinit_task.c78 .policy = SCHED_NORMAL,
/linux-6.15/kernel/sched/
H A Dsyscalls.c866 .sched_policy = SCHED_NORMAL, in sched_set_normal()
1495 case SCHED_NORMAL: in SYSCALL_DEFINE1()
1523 case SCHED_NORMAL: in SYSCALL_DEFINE1()
H A Dsched.h196 return policy == SCHED_NORMAL; in normal_policy()
H A Dcore.c4736 p->policy = SCHED_NORMAL; in sched_fork()
8890 .sched_policy = SCHED_NORMAL, in normalize_rt_tasks()
H A Dext.c3687 p->policy = SCHED_NORMAL; in scx_ops_init_task()
/linux-6.15/Documentation/scheduler/
H A Dsched-ext.rst50 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 Dsched-design-CFS.rst131 - SCHED_NORMAL (traditionally called SCHED_OTHER): The scheduling
227 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
H A Dsched-util-clamp.rst100 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 Dsched-bwc.rst6 This document only discusses CPU bandwidth control for SCHED_NORMAL.
H A Dsched-deadline.rst814 /* SCHED_NORMAL, SCHED_BATCH */
/linux-6.15/kernel/
H A DKconfig.preempt83 eager to preempt SCHED_NORMAL tasks in an attempt to
H A Dkthread.c441 sched_setscheduler_nocheck(current, SCHED_NORMAL, &param); in kthread()
/linux-6.15/Documentation/translations/sp_SP/scheduler/
H A Dsched-design-CFS.rst144 - 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 Dsched-bwc.rst14 para SCHED_NORMAL. El caso de SCHED_RT se trata en Documentation/scheduler/sched-rt-group.rst
/linux-6.15/
H A DMAINTAINERS21796 M: Vincent Guittot <[email protected]> (SCHED_NORMAL)
21797 R: Dietmar Eggemann <[email protected]> (SCHED_NORMAL)