Searched refs:SCHED_NORMAL (Results 1 – 17 of 17) sorted by relevance
/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-design-CFS.rst | 105 - SCHED_NORMAL:(传统被称为SCHED_OTHER):该调度策略用于普通任务。
|
H A D | sched-bwc.rst |
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | sched.h | 114 #define SCHED_NORMAL 0 macro 123 /* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */
|
/linux/include/uapi/linux/ |
H A D | sched.h | 114 #define SCHED_NORMAL 0 macro 123 /* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */
|
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd.h | 24 #undef SCHED_NORMAL
|
/linux/kernel/sched/ |
H A D | syscalls.c | 489 * SCHED_NORMAL if the RLIMIT_NICE would normally permit it. in user_check_sched_setscheduler() 546 * 1..MAX_RT_PRIO-1, valid priority for SCHED_NORMAL, in __sched_setscheduler() 850 * For when you don't much care about FIFO, but want to be above SCHED_NORMAL. 862 .sched_policy = SCHED_NORMAL, in sched_set_normal() 1489 case SCHED_NORMAL: in SYSCALL_DEFINE1() 1517 case SCHED_NORMAL: in SYSCALL_DEFINE1()
|
H A D | sched.h | 197 return policy == SCHED_NORMAL; in normal_policy() 2303 * scheduling class and "nice" value. For SCHED_NORMAL tasks this is just a
|
H A D | ext.c | 124 * sched_ext. If clear, SCHED_NORMAL tasks are also included. 3828 p->policy = SCHED_NORMAL; in scx_init_task()
|
/linux/Documentation/scheduler/ |
H A D | sched-ext.rst | 52 treated as ``SCHED_NORMAL`` and scheduled by the fair-class scheduler until the 56 in ``ops->flags``, all ``SCHED_NORMAL``, ``SCHED_BATCH``, ``SCHED_IDLE``, and 61 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 | 843 /* SCHED_NORMAL, SCHED_BATCH */
|
/linux/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/kernel/ |
H A D | kthread.c | 440 sched_setscheduler_nocheck(current, SCHED_NORMAL, ¶m); in kthread()
|
/linux/ |
H A D | MAINTAINERS | 22513 M: Vincent Guittot <vincent.guittot@linaro.org> (SCHED_NORMAL) 22514 R: Dietmar Eggemann <dietmar.eggemann@arm.com> (SCHED_NORMAL)
|