Searched refs:SCHED_BATCH (Results 1 – 6 of 6) sorted by relevance
39 #define SCHED_BATCH 3 macro
97 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_BATCH122 - SCHED_BATCH: Does not preempt nearly as often as regular tasks214 SCHED_BATCH) tasks.
573 /* SCHED_NORMAL, SCHED_BATCH */
93 return policy == SCHED_NORMAL || policy == SCHED_BATCH; in fair_policy()
4815 case SCHED_BATCH: in SYSCALL_DEFINE1()4842 case SCHED_BATCH: in SYSCALL_DEFINE1()
5361 if (curr->policy != SCHED_BATCH) { in yield_task_fair()