Lines Matching refs:rt_period
7610 u64 rt_period; member
7621 period = ktime_to_ns(tg->rt_bandwidth.rt_period); in tg_rt_schedulable()
7625 period = d->rt_period; in tg_rt_schedulable()
7653 period = ktime_to_ns(child->rt_bandwidth.rt_period); in tg_rt_schedulable()
7657 period = d->rt_period; in tg_rt_schedulable()
7676 .rt_period = period, in __rt_schedulable()
7688 u64 rt_period, u64 rt_runtime) in tg_set_rt_bandwidth() argument
7700 if (rt_period == 0) in tg_set_rt_bandwidth()
7705 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth()
7710 tg->rt_bandwidth.rt_period = ns_to_ktime(rt_period); in tg_set_rt_bandwidth()
7730 u64 rt_runtime, rt_period; in sched_group_set_rt_runtime() local
7732 rt_period = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_set_rt_runtime()
7737 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime); in sched_group_set_rt_runtime()
7754 u64 rt_runtime, rt_period; in sched_group_set_rt_period() local
7756 rt_period = (u64)rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
7759 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime); in sched_group_set_rt_period()
7766 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
7894 def_rt_bandwidth.rt_period = ns_to_ktime(global_rt_period()); in sched_rt_do_global()