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()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()1148 if (!dl_se->dl_throttled || !dl_se->dl_runtime) in dl_server_timer()[all …]
706 unsigned int dl_throttled : 1; member