Searched refs:dl_runtime (Results 1 – 4 of 4) sorted by relevance
326 if (dl_se->dl_runtime == 0) in task_non_contending()336 dl_se->dl_runtime); in task_non_contending()378 if (dl_se->dl_runtime == 0) in task_contending()420 dl_b->dl_runtime = runtime; in init_dl_bandwidth()742 dl_se->runtime = dl_se->dl_runtime; in setup_new_dl_entity()768 BUG_ON(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()776 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_entity()862 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()2837 dl_se->dl_runtime = attr->sched_runtime; in __setparam_dl()2850 attr->sched_runtime = dl_se->dl_runtime; in __getparam_dl()[all …]
271 u64 dl_runtime; member339 return cap_scale(p->dl.dl_deadline, cap) >= p->dl.dl_runtime; in dl_task_fits_capacity()
591 u64 dl_runtime; /* Maximum runtime for each instance */ member
175 dl_runtime177 where runtime is the remaining runtime, while dl_runtime and dl_period
Completed in 22 milliseconds