Lines Matching refs:rt_period
7845 u64 rt_period; member
7856 period = ktime_to_ns(tg->rt_bandwidth.rt_period); in tg_rt_schedulable()
7860 period = d->rt_period; in tg_rt_schedulable()
7888 period = ktime_to_ns(child->rt_bandwidth.rt_period); in tg_rt_schedulable()
7892 period = d->rt_period; in tg_rt_schedulable()
7911 .rt_period = period, in __rt_schedulable()
7923 u64 rt_period, u64 rt_runtime) in tg_set_rt_bandwidth() argument
7935 if (rt_period == 0) in tg_set_rt_bandwidth()
7940 err = __rt_schedulable(tg, rt_period, rt_runtime); in tg_set_rt_bandwidth()
7945 tg->rt_bandwidth.rt_period = ns_to_ktime(rt_period); in tg_set_rt_bandwidth()
7965 u64 rt_runtime, rt_period; in sched_group_set_rt_runtime() local
7967 rt_period = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_set_rt_runtime()
7972 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime); in sched_group_set_rt_runtime()
7989 u64 rt_runtime, rt_period; in sched_group_set_rt_period() local
7991 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
7994 return tg_set_rt_bandwidth(tg, rt_period, rt_runtime); in sched_group_set_rt_period()
8001 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
8129 def_rt_bandwidth.rt_period = ns_to_ktime(global_rt_period()); in sched_rt_do_global()