Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/scheduler/
Dsched-design-CFS.txt99 for desktop workloads. SCHED_BATCH is handled by the CFS scheduler module too.
106 The CFS scheduler has a much stronger handling of nice levels and SCHED_BATCH
124 - SCHED_BATCH: Does not preempt nearly as often as regular tasks
216 SCHED_BATCH) tasks.
/linux-3.4.99/include/linux/
Dsched.h39 #define SCHED_BATCH 3 macro
/linux-3.4.99/kernel/sched/
Dcore.c4273 policy != SCHED_NORMAL && policy != SCHED_BATCH && in __sched_setscheduler()
4950 case SCHED_BATCH: in SYSCALL_DEFINE1()
4975 case SCHED_BATCH: in SYSCALL_DEFINE1()
Dfair.c3051 if (curr->policy != SCHED_BATCH) { in yield_task_fair()