Searched refs:SCHED_IDLE (Results 1 – 6 of 6) 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.
795 if (p->policy == SCHED_IDLE) { in set_load_weight()3440 policy != SCHED_IDLE) in __sched_setscheduler()3496 if (p->policy == SCHED_IDLE && policy != SCHED_IDLE) { in __sched_setscheduler()4433 case SCHED_IDLE: in SYSCALL_DEFINE1()4460 case SCHED_IDLE: in SYSCALL_DEFINE1()
4988 if (entity_is_task(se) && unlikely(task_of(se)->policy == SCHED_IDLE)) in set_last_buddy()4997 if (entity_is_task(se) && unlikely(task_of(se)->policy == SCHED_IDLE)) in set_next_buddy()5052 if (unlikely(curr->policy == SCHED_IDLE) && in check_preempt_wakeup()5053 likely(p->policy != SCHED_IDLE)) in check_preempt_wakeup()5451 if (unlikely(p->policy == SCHED_IDLE)) in task_hot()