Home
last modified time | relevance | path

Searched refs:SCHED_NORMAL (Results 1 – 14 of 14) sorted by path

/linux/Documentation/scheduler/
H A Dsched-bwc.rst6 This document only discusses CPU bandwidth control for SCHED_NORMAL.
H A Dsched-deadline.rst815 /* SCHED_NORMAL, SCHED_BATCH */
H A Dsched-design-CFS.rst127 - SCHED_NORMAL (traditionally called SCHED_OTHER): The scheduling
223 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:
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-bwc.rst18 本文只讨论了SCHED_NORMAL的CPU带宽控制。
H A Dsched-design-CFS.rst105 - SCHED_NORMAL:(传统被称为SCHED_OTHER):该调度策略用于普通任务。
180 CONFIG_FAIR_GROUP_SCHED 允许将CFS(也就是说,SCHED_NORMAL和SCHED_BATCH)任务编组。
/linux/
H A DMAINTAINERS19848 M: Vincent Guittot <vincent.guittot@linaro.org> (SCHED_NORMAL)
19849 R: Dietmar Eggemann <dietmar.eggemann@arm.com> (SCHED_NORMAL)
/linux/include/uapi/linux/
H A Dsched.h114 #define SCHED_NORMAL 0 macro
/linux/init/
H A Dinit_task.c76 .policy = SCHED_NORMAL,
/linux/kernel/
H A Dkthread.c370 sched_setscheduler_nocheck(current, SCHED_NORMAL, &param); in kthread()
/linux/kernel/sched/
H A Dcore.c4778 p->policy = SCHED_NORMAL; in sched_fork()
8038 .sched_policy = SCHED_NORMAL, in sched_set_normal()
9066 case SCHED_NORMAL: in SYSCALL_DEFINE1()
9093 case SCHED_NORMAL: in SYSCALL_DEFINE1()
10268 .sched_policy = SCHED_NORMAL, in normalize_rt_tasks()
H A Dfair.c8393 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup_fair()
H A Dsched.h192 return policy == SCHED_NORMAL || policy == SCHED_BATCH; in fair_policy()
/linux/tools/include/uapi/linux/
H A Dsched.h114 #define SCHED_NORMAL 0 macro