Lines Matching refs:rt_period
27 overrun = hrtimer_forward(timer, now, rt_b->rt_period); in sched_rt_period_timer()
40 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()
59 start_bandwidth_timer(&rt_b->rt_period_timer, rt_b->rt_period); in start_rt_bandwidth()
195 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()
441 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period()
558 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()
630 u64 rt_period; in do_balance_runtime() local
635 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime()
659 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()
660 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime()
664 if (rt_rq->rt_runtime == rt_period) { in do_balance_runtime()