Lines Matching refs:period
96 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() argument
98 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()
2870 u64 period, runtime; in tg_rt_schedulable() local
2872 period = ktime_to_ns(tg->rt_bandwidth.rt_period); in tg_rt_schedulable()
2876 period = d->rt_period; in tg_rt_schedulable()
2883 if (runtime > period && runtime != RUNTIME_INF) in tg_rt_schedulable()
2893 total = to_ratio(period, runtime); in tg_rt_schedulable()
2905 period = ktime_to_ns(child->rt_bandwidth.rt_period); in tg_rt_schedulable()
2909 period = d->rt_period; in tg_rt_schedulable()
2913 sum += to_ratio(period, runtime); in tg_rt_schedulable()
2922 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable() argument
2928 .rt_period = period, in __rt_schedulable()