Home
last modified time | relevance | path

Searched refs:SCHED_BATCH (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/include/uapi/linux/
Dsched.h39 #define SCHED_BATCH 3 macro
/Linux-v4.19/include/uapi/linux/
Dsched.h39 #define SCHED_BATCH 3 macro
/Linux-v4.19/Documentation/scheduler/
Dsched-design-CFS.txt97 for desktop workloads. SCHED_BATCH is handled by the CFS scheduler module too.
104 The CFS scheduler has a much stronger handling of nice levels and SCHED_BATCH
122 - SCHED_BATCH: Does not preempt nearly as often as regular tasks
214 SCHED_BATCH) tasks.
Dsched-deadline.txt795 /* SCHED_NORMAL, SCHED_BATCH */
/Linux-v4.19/kernel/sched/
Dsched.h161 return policy == SCHED_NORMAL || policy == SCHED_BATCH; in fair_policy()
Dcore.c5164 case SCHED_BATCH: in SYSCALL_DEFINE1()
5191 case SCHED_BATCH: in SYSCALL_DEFINE1()
Dfair.c6764 if (curr->policy != SCHED_BATCH) { in yield_task_fair()