Searched refs:dl_runtime (Results 1 – 2 of 2) sorted by relevance
404 if (dl_se->dl_runtime == 0) in task_non_contending()414 dl_se->dl_runtime); in task_non_contending()456 if (dl_se->dl_runtime == 0) in task_contending()498 dl_b->dl_runtime = runtime; in init_dl_bandwidth()780 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_new_period()842 WARN_ON_ONCE(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()862 dl_se->runtime += pi_of(dl_se)->dl_runtime; in replenish_dl_entity()933 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()2601 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()2910 dl_se->dl_runtime = attr->sched_runtime; in __setparam_dl()[all …]
294 u64 dl_runtime; member