Searched refs:dl_throttled (Results 1 – 2 of 2) sorted by relevance
677 if (p->dl.dl_non_contending || p->dl.dl_throttled) { in dl_task_offline_migration() 733 dl_se->dl_throttled = 1; in replenish_dl_new_period() 763 if (dl_se->dl_throttled) in setup_new_dl_entity() 848 if (dl_se->dl_throttled) in replenish_dl_entity() 849 dl_se->dl_throttled = 0; in replenish_dl_entity() 870 * Set dl_se->dl_defer_armed and dl_throttled variables to in replenish_dl_entity() 875 dl_se->dl_throttled = 1; in replenish_dl_entity() 884 dl_se->dl_throttled = 0; in replenish_dl_entity() 1051 dl_se->dl_throttled = 1; in dl_next_period() 1093 WARN_ON_ONCE(!dl_se->dl_throttled); in start_dl_timer() [all...]
669 * @dl_throttled tells if we exhausted the runtime. If so, the705 unsigned int dl_throttled : 1; member