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

/linux-master/kernel/sched/
H A Drt.c79 overrun = hrtimer_forward_now(timer, rt_b->rt_period);
96 rt_b->rt_period = ns_to_ktime(period);
258 ktime_to_ns(def_rt_bandwidth.rt_period), 0);
497 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period);
617 return ktime_to_ns(def_rt_bandwidth.rt_period);
689 u64 rt_period; local
694 rt_period = ktime_to_ns(rt_b->rt_period);
718 if (rt_rq->rt_runtime + diff > rt_period)
719 diff = rt_period
2718 u64 rt_period; member in struct:rt_schedulable_data
2796 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) argument
2843 u64 rt_runtime, rt_period; local
2869 u64 rt_runtime, rt_period; local
[all...]
H A Dsched.h272 ktime_t rt_period; member in struct:rt_bandwidth

Completed in 141 milliseconds