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.c1176 enqueue_task_dl(rq, p, ENQUEUE_REPLENISH); in dl_task_timer()
1367 enqueue_task_dl(rq, curr, ENQUEUE_REPLENISH); in update_curr_dl()
1645 } else if (flags & ENQUEUE_REPLENISH) { in enqueue_dl_entity()
1696 if (!(flags & ENQUEUE_REPLENISH)) in enqueue_task_dl()
1729 if (p->dl.dl_throttled && !(flags & ENQUEUE_REPLENISH)) { in enqueue_task_dl()
H A Dsched.h2218 #define ENQUEUE_REPLENISH 0x20 macro
H A Dcore.c7148 queue_flag |= ENQUEUE_REPLENISH; in rt_mutex_setprio()