Searched refs:SCHED_BATCH (Results 1 – 7 of 7) 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.
795 /* SCHED_NORMAL, SCHED_BATCH */
161 return policy == SCHED_NORMAL || policy == SCHED_BATCH; in fair_policy()
5164 case SCHED_BATCH: in SYSCALL_DEFINE1()5191 case SCHED_BATCH: in SYSCALL_DEFINE1()
6764 if (curr->policy != SCHED_BATCH) { in yield_task_fair()