Home
last modified time | relevance | path

Searched refs:SCHED_IDLE (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dsched.h41 #define SCHED_IDLE 5 macro
/linux-4.4.14/include/linux/
Dioprio.h64 if (task->policy == SCHED_IDLE) in task_nice_ioclass()
/linux-4.4.14/drivers/staging/android/ion/
Dion_heap.c264 sched_setscheduler(heap->task, SCHED_IDLE, &param); in ion_heap_init_deferred_free()
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt127 - SCHED_IDLE: This is even weaker than nice 19, but its not a true
135 SCHED_IDLE.
/linux-4.4.14/kernel/sched/
Dfair.c5089 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()
Dsched.h89 return policy == SCHED_IDLE; in idle_policy()
Dcore.c4816 case SCHED_IDLE: in SYSCALL_DEFINE1()
4843 case SCHED_IDLE: in SYSCALL_DEFINE1()