Home
last modified time | relevance | path

Searched refs:dl_throttled (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/sched/
H A Ddeadline.c698 if (p->dl.dl_non_contending || p->dl.dl_throttled) { in dl_task_offline_migration()
804 if (dl_se->dl_throttled) in setup_new_dl_entity()
877 if (dl_se->dl_throttled) in replenish_dl_entity()
878 dl_se->dl_throttled = 0; in replenish_dl_entity()
1135 if (!dl_se->dl_throttled) in dl_task_timer()
1248 dl_se->dl_throttled = 1; in dl_check_constrained_dl()
1352 dl_se->dl_throttled = 1; in update_curr_dl()
1637 if (!dl_se->dl_throttled && !dl_is_implicit(dl_se)) in enqueue_dl_entity()
1659 if (dl_se->dl_throttled && !(flags & ENQUEUE_REPLENISH)) { in enqueue_dl_entity()
1725 if (p->dl.dl_throttled) { in enqueue_task_dl()
[all …]
/openbmc/linux/include/linux/
H A Dsched.h636 * @dl_throttled tells if we exhausted the runtime. If so, the
653 unsigned int dl_throttled : 1; member