Searched refs:SCHED_IDLE (Results 1 – 8 of 8) sorted by relevance
41 #define SCHED_IDLE 5 macro
65 if (task->policy == SCHED_IDLE) in task_nice_ioclass()
256 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.
6484 if (entity_is_task(se) && unlikely(task_of(se)->policy == SCHED_IDLE)) in set_last_buddy()6496 if (entity_is_task(se) && unlikely(task_of(se)->policy == SCHED_IDLE)) in set_next_buddy()6554 if (unlikely(curr->policy == SCHED_IDLE) && in check_preempt_wakeup()6555 likely(p->policy != SCHED_IDLE)) in check_preempt_wakeup()6965 if (unlikely(p->policy == SCHED_IDLE)) in task_hot()
157 return policy == SCHED_IDLE; in idle_policy()
5165 case SCHED_IDLE: in SYSCALL_DEFINE1()5192 case SCHED_IDLE: in SYSCALL_DEFINE1()