Searched refs:dl_throttled (Results 1 – 2 of 2) sorted by relevance
686 if (p->dl.dl_non_contending || p->dl.dl_throttled) { in dl_task_offline_migration()742 dl_se->dl_throttled = 1; in replenish_dl_new_period()774 if (dl_se->dl_throttled) in setup_new_dl_entity()859 if (dl_se->dl_throttled) in replenish_dl_entity()860 dl_se->dl_throttled = 0; in replenish_dl_entity()886 dl_se->dl_throttled = 1; in replenish_dl_entity()895 dl_se->dl_throttled = 0; in replenish_dl_entity()1056 dl_se->dl_throttled = 1; in update_dl_entity()1098 WARN_ON_ONCE(!dl_se->dl_throttled); in start_dl_timer()1163 if (!dl_se->dl_throttled || !dl_se->dl_runtime) in dl_server_timer()[all …]
703 unsigned int dl_throttled : 1; member