Searched refs:rt_period (Results 1 - 2 of 2) sorted by path

/linux-master/kernel/sched/
H A Drt.c78 overrun = hrtimer_forward_now(timer, rt_b->rt_period);
95 rt_b->rt_period = ns_to_ktime(period);
257 ktime_to_ns(def_rt_bandwidth.rt_period), 0);
496 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period);
616 return ktime_to_ns(def_rt_bandwidth.rt_period);
688 u64 rt_period; local
693 rt_period = ktime_to_ns(rt_b->rt_period);
717 if (rt_rq->rt_runtime + diff > rt_period)
718 diff = rt_period
2717 u64 rt_period; member in struct:rt_schedulable_data
2795 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) argument
2842 u64 rt_runtime, rt_period; local
2868 u64 rt_runtime, rt_period; local
[all...]
H A Dsched.h286 ktime_t rt_period; member in struct:rt_bandwidth

Completed in 344 milliseconds