Home
last modified time | relevance | path

Searched refs:DEQUEUE_SLEEP (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/sched/
Dfair.c3090 if (flags & DEQUEUE_SLEEP) { in dequeue_entity()
3115 if (!(flags & DEQUEUE_SLEEP)) in dequeue_entity()
3578 dequeue_entity(qcfs_rq, se, DEQUEUE_SLEEP); in throttle_cfs_rq()
4187 int task_sleep = flags & DEQUEUE_SLEEP; in dequeue_task_fair()
4216 flags |= DEQUEUE_SLEEP; in dequeue_task_fair()
Dsched.h1167 #define DEQUEUE_SLEEP 0x01 macro
Dcore.c3148 deactivate_task(rq, prev, DEQUEUE_SLEEP); in __schedule()