Searched refs:dl_runtime (Results 1 – 3 of 3) sorted by relevance
413 if (dl_se->dl_runtime == 0) in task_non_contending()423 dl_se->dl_runtime); in task_non_contending()474 if (dl_se->dl_runtime == 0) in task_contending()729 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_new_period()804 WARN_ON_ONCE(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()819 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_entity()833 dl_se->runtime += pi_of(dl_se)->dl_runtime; in replenish_dl_entity()944 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()1148 if (!dl_se->dl_throttled || !dl_se->dl_runtime) in dl_server_timer()1576 if (dl_se->dl_server_active && dl_se->dl_runtime && dl_se->dl_defer) in dl_server_update_idle()[all …]
354 old_runtime = runtime = dl_se->dl_runtime; in sched_server_write_common()405 value = dl_se->dl_runtime; in sched_server_show_common()
652 u64 dl_runtime; /* Maximum runtime for each instance */ member