Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsched.h39 #define SCHED_BATCH 3 macro
/linux-4.4.14/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.txt573 /* SCHED_NORMAL, SCHED_BATCH */
/linux-4.4.14/kernel/sched/
Dsched.h93 return policy == SCHED_NORMAL || policy == SCHED_BATCH; in fair_policy()
Dcore.c4815 case SCHED_BATCH: in SYSCALL_DEFINE1()
4842 case SCHED_BATCH: in SYSCALL_DEFINE1()
Dfair.c5361 if (curr->policy != SCHED_BATCH) { in yield_task_fair()