Searched refs:dl_runtime (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/kernel/sched/
H A Ddeadline.c57 dl_b->dl_runtime = runtime; init_dl_bandwidth()
335 dl_se->runtime = pi_se->dl_runtime; setup_new_dl_entity()
363 BUG_ON(pi_se->dl_runtime <= 0); replenish_dl_entity()
371 dl_se->runtime = pi_se->dl_runtime; replenish_dl_entity()
382 dl_se->runtime += pi_se->dl_runtime; replenish_dl_entity()
397 dl_se->runtime = pi_se->dl_runtime; replenish_dl_entity()
422 * runtime / (deadline - t) > dl_runtime / dl_period ,
441 * multiplications are absolute: dl_deadline and dl_runtime dl_entity_overflow()
455 (pi_se->dl_runtime >> DL_SCALE); dl_entity_overflow()
487 dl_se->runtime = pi_se->dl_runtime; update_dl_entity()
H A Dcore.c1779 dl_se->dl_runtime = 0; __dl_clear_params()
3250 dl_se->dl_runtime = attr->sched_runtime; __setparam_dl()
3254 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); __setparam_dl()
3337 attr->sched_runtime = dl_se->dl_runtime; __getparam_dl()
3405 if (dl_se->dl_runtime != attr->sched_runtime || dl_param_changed()
7859 def_dl_bandwidth.dl_runtime = global_rt_runtime(); sched_dl_do_global()
H A Dsched.h164 u64 dl_runtime; member in struct:dl_bandwidth
/linux-4.1.27/include/linux/
H A Dsched.h1236 u64 dl_runtime; /* maximum runtime for each instance */ member in struct:sched_dl_entity
1239 u64 dl_bw; /* dl_runtime / dl_deadline */

Completed in 356 milliseconds