Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h124 #define SCHED_NORMAL 0 macro
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-bwc.rst18 本文只讨论了SCHED_NORMAL的CPU带宽控制。
/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h24 #undef SCHED_NORMAL
/linux/kernel/sched/
H A Dsyscalls.c845 .sched_policy = SCHED_NORMAL, in sched_set_normal()
1479 case SCHED_NORMAL: in SYSCALL_DEFINE1()
1507 case SCHED_NORMAL: in SYSCALL_DEFINE1()
H A Dsched.h200 return policy == SCHED_NORMAL; in normal_policy()
H A Dcore.c4710 p->policy = SCHED_NORMAL; in sched_fork()
9235 .sched_policy = SCHED_NORMAL, in normalize_rt_tasks()
/linux/Documentation/scheduler/
H A Dsched-ext.rst50 treated as ``SCHED_NORMAL`` and scheduled by the fair-class scheduler until the
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-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/kernel/
H A Dkthread.c409 sched_setscheduler_nocheck(current, SCHED_NORMAL, &param); in kthread()
/linux/
H A DMAINTAINERS23919 M: Vincent Guittot <vincent.guittot@linaro.org> (SCHED_NORMAL)
23920 R: Dietmar Eggemann <dietmar.eggemann@arm.com> (SCHED_NORMAL)