Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Ddeadline.c561 if (p->dl.dl_non_contending || p->dl.dl_throttled) { in dl_task_offline_migration()
668 if (dl_se->dl_throttled) in setup_new_dl_entity()
746 if (dl_se->dl_throttled) in replenish_dl_entity()
747 dl_se->dl_throttled = 0; in replenish_dl_entity()
1007 if (!dl_se->dl_throttled) in dl_task_timer()
1120 dl_se->dl_throttled = 1; in dl_check_constrained_dl()
1241 dl_se->dl_throttled = 1; in update_curr_dl()
1505 if (!p->dl.dl_throttled && !dl_is_implicit(&p->dl)) in enqueue_task_dl()
1525 if (p->dl.dl_throttled && !(flags & ENQUEUE_REPLENISH)) { in enqueue_task_dl()
2693 dl_se->dl_throttled = 0; in __dl_clear_params()
/Linux-v5.4/include/linux/
Dsched.h546 unsigned int dl_throttled : 1; member