Searched refs:rt_period (Results 1 – 2 of 2) sorted by relevance
81 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()98 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()261 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()547 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period()667 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()739 u64 rt_period; in do_balance_runtime() local744 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime()768 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()769 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime()772 if (rt_rq->rt_runtime == rt_period) { in do_balance_runtime()[all …]
284 ktime_t rt_period; member