Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c110 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
127 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()
488 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period()
613 u64 rt_period; in do_balance_runtime() local
618 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime()
642 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()
643 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime()
646 if (rt_rq->rt_runtime == rt_period) { in do_balance_runtime()
2639 u64 rt_period; member
2650 period = ktime_to_ns(tg->rt_bandwidth.rt_period); in tg_rt_schedulable()
[all …]
H A Dsched.h316 ktime_t rt_period; member