Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c1827 dequeue_dl_entity(dl_se, DEQUEUE_SLEEP); in dl_server_stop()
2343 if ((flags & DEQUEUE_SLEEP)) { in update_stats_dequeue_dl()
2482 if (flags & DEQUEUE_SLEEP) in dequeue_dl_entity()
H A Dfair.c2185 if ((flags & DEQUEUE_SLEEP) && entity_is_task(se)) { in update_stats_dequeue_fair()
6439 if ((flags & DEQUEUE_SLEEP) && !(flags & DEQUEUE_DELAYED)) in dequeue_entity()
6525 __dequeue_task(rq, task_of(se), DEQUEUE_SLEEP | DEQUEUE_DELAYED); in pick_next_entity()
6764 dequeue_task_fair(rq, p, DEQUEUE_SLEEP | DEQUEUE_THROTTLE); in throttle_cfs_rq_work()
6798 if (flags & DEQUEUE_SLEEP) { in dequeue_throttled_task()
8074 bool task_sleep = flags & DEQUEUE_SLEEP; in dequeue_hierarchy()
8110 flags |= DEQUEUE_SLEEP; in dequeue_hierarchy()
8127 bool task_sleep = flags & DEQUEUE_SLEEP; in __dequeue_task()
15227 dequeue_task(rq, p, DEQUEUE_SLEEP | DEQUEUE_DELAYED | DEQUEUE_NOCLOCK); in switching_from_fair()
H A Dcore.c2242 WARN_ON_ONCE(flags & DEQUEUE_SLEEP); in deactivate_task()
2278 if (dequeue_task(rq, p, DEQUEUE_SLEEP | flags)) in block_task()
2397 dequeue_task(rq, p, DEQUEUE_SLEEP | DEQUEUE_DELAYED); in wait_task_inactive()
H A Drt.c1317 if ((flags & DEQUEUE_SLEEP) && p) { in update_stats_dequeue_rt()
H A Dsched.h2586 #define DEQUEUE_SLEEP 0x0001 /* Matches ENQUEUE_WAKEUP */ macro
/linux/kernel/sched/ext/
H A Dinternal.h1796 SCX_DEQ_SLEEP = DEQUEUE_SLEEP,
H A Dext.c2290 if (!(deq_flags & DEQUEUE_SLEEP)) in dequeue_task_scx()