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

/linux-4.1.27/kernel/sched/
H A Ddeadline.c56 dl_b->dl_period = period; init_dl_bandwidth()
381 dl_se->deadline += pi_se->dl_period; replenish_dl_entity()
422 * runtime / (deadline - t) > dl_runtime / dl_period ,
428 * dl_deadline instead of dl_period in the equation above.
453 left = (pi_se->dl_period >> DL_SCALE) * (dl_se->runtime >> DL_SCALE); dl_entity_overflow()
H A Dcore.c1781 dl_se->dl_period = 0; __dl_clear_params()
3252 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; __setparam_dl()
3254 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); __setparam_dl()
3339 attr->sched_period = dl_se->dl_period; __getparam_dl()
3407 dl_se->dl_period != attr->sched_period || dl_param_changed()
7858 def_dl_bandwidth.dl_period = global_rt_period(); sched_dl_do_global()
H A Dsched.h165 u64 dl_period; member in struct:dl_bandwidth
/linux-4.1.27/include/linux/
H A Dsched.h1238 u64 dl_period; /* separation of two instances (period) */ member in struct:sched_dl_entity

Completed in 327 milliseconds