Searched refs:DEQUEUE_SLEEP (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 955 SCX_DEQ_SLEEP = DEQUEUE_SLEEP,
|
| H A D | stats.h | 184 if (flags & DEQUEUE_SLEEP) in psi_dequeue()
|
| H A D | deadline.c | 1599 dequeue_dl_entity(dl_se, DEQUEUE_SLEEP); in dl_server_stop() 1911 if ((flags & DEQUEUE_SLEEP)) { in update_stats_dequeue_dl() 2050 if (flags & DEQUEUE_SLEEP) in dequeue_dl_entity()
|
| H A D | fair.c | 1356 if ((flags & DEQUEUE_SLEEP) && entity_is_task(se)) { in update_stats_dequeue_fair() 5372 bool sleep = flags & DEQUEUE_SLEEP; in dequeue_entity() 5527 dequeue_entities(rq, se, DEQUEUE_SLEEP | DEQUEUE_DELAYED); in pick_next_entity() 5785 dequeue_task_fair(rq, p, DEQUEUE_SLEEP | DEQUEUE_THROTTLE); in throttle_cfs_rq_work() 5819 if (flags & DEQUEUE_SLEEP) { in dequeue_throttled_task() 7052 bool task_sleep = flags & DEQUEUE_SLEEP; in dequeue_entities() 7105 flags |= DEQUEUE_SLEEP; in dequeue_entities() 7171 util_est_update(&rq->cfs, p, flags & DEQUEUE_SLEEP); in dequeue_task_fair() 8677 dequeue_entities(rq, se, DEQUEUE_SLEEP | DEQUEUE_DELAYED); in task_dead_fair() 13434 dequeue_entities(rq, se, DEQUEUE_SLEEP | DEQUEUE_DELAYED); in unregister_fair_sched_group()
|
| H A D | syscalls.c | 699 dequeue_task(rq, p, DEQUEUE_SLEEP | DEQUEUE_DELAYED | DEQUEUE_NOCLOCK); in __sched_setscheduler()
|
| H A D | core.c | 2142 WARN_ON_ONCE(flags & DEQUEUE_SLEEP); in deactivate_task() 2157 if (dequeue_task(rq, p, DEQUEUE_SLEEP | flags)) in block_task() 2303 dequeue_task(rq, p, DEQUEUE_SLEEP | DEQUEUE_DELAYED); in wait_task_inactive() 7392 dequeue_task(rq, p, DEQUEUE_SLEEP | DEQUEUE_DELAYED | DEQUEUE_NOCLOCK); in rt_mutex_setprio()
|
| H A D | rt.c | 1312 if ((flags & DEQUEUE_SLEEP) && p) { in update_stats_dequeue_rt()
|
| H A D | sched.h | 2366 #define DEQUEUE_SLEEP 0x01 /* Matches ENQUEUE_WAKEUP */ macro
|
| H A D | ext.c | 3981 dequeue_task(task_rq(p), p, DEQUEUE_SLEEP | DEQUEUE_DELAYED); in scx_disable_workfn() 4760 dequeue_task(task_rq(p), p, DEQUEUE_SLEEP | DEQUEUE_DELAYED); in scx_enable()
|