Searched refs:SCHED_IDLE (Results 1 – 7 of 7) sorted by relevance
41 #define SCHED_IDLE 5 macro
64 if (task->policy == SCHED_IDLE) in task_nice_ioclass()
264 sched_setscheduler(heap->task, SCHED_IDLE, ¶m); in ion_heap_init_deferred_free()
127 - SCHED_IDLE: This is even weaker than nice 19, but its not a true135 SCHED_IDLE.
5089 if (entity_is_task(se) && unlikely(task_of(se)->policy == SCHED_IDLE)) in set_last_buddy()5098 if (entity_is_task(se) && unlikely(task_of(se)->policy == SCHED_IDLE)) in set_next_buddy()5153 if (unlikely(curr->policy == SCHED_IDLE) && in check_preempt_wakeup()5154 likely(p->policy != SCHED_IDLE)) in check_preempt_wakeup()5560 if (unlikely(p->policy == SCHED_IDLE)) in task_hot()
89 return policy == SCHED_IDLE; in idle_policy()
4816 case SCHED_IDLE: in SYSCALL_DEFINE1()4843 case SCHED_IDLE: in SYSCALL_DEFINE1()