Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddeadline.c1179 enqueue_task_dl(rq, p, ENQUEUE_REPLENISH); in dl_task_timer()
1361 enqueue_task_dl(rq, curr, ENQUEUE_REPLENISH); in update_curr_dl()
1659 if (dl_se->dl_throttled && !(flags & ENQUEUE_REPLENISH)) { in enqueue_dl_entity()
1674 } else if (flags & ENQUEUE_REPLENISH) { in enqueue_dl_entity()
1745 if (!(flags & ENQUEUE_REPLENISH)) in enqueue_task_dl()
H A Dsched.h2221 #define ENQUEUE_REPLENISH 0x20 macro
H A Dcore.c7148 queue_flag |= ENQUEUE_REPLENISH; in rt_mutex_setprio()