Searched refs:dl_throttled (Results 1 – 2 of 2) sorted by relevance
680 if (p->dl.dl_non_contending || p->dl.dl_throttled) { in dl_task_offline_migration() 736 dl_se->dl_throttled = 1; in replenish_dl_new_period() 767 if (dl_se->dl_throttled) in setup_new_dl_entity() 852 if (dl_se->dl_throttled) in replenish_dl_entity() 853 dl_se->dl_throttled = 0; in replenish_dl_entity() 876 * Set dl_se->dl_defer_armed and dl_throttled variables to in replenish_dl_entity() 881 dl_se->dl_throttled = 1; in replenish_dl_entity() 890 dl_se->dl_throttled = 0; in replenish_dl_entity() 1041 dl_se->dl_throttled = 1; in update_dl_entity() 1083 WARN_ON_ONCE(!dl_se->dl_throttled); in start_dl_timer() [all...]
670 * @dl_throttled tells if we exhausted the runtime. If so, the706 unsigned int dl_throttled : 1; member