Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Drt.c75 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
92 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()
255 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()
541 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period()
661 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()
733 u64 rt_period; in do_balance_runtime() local
738 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime()
762 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()
763 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime()
766 if (rt_rq->rt_runtime == rt_period) { in do_balance_runtime()
[all …]
Dsched.h281 ktime_t rt_period; member
/Linux-v6.1/Documentation/scheduler/
Dsched-deadline.rst636 950000. With rt_period equal to 1000000, by default, it means that -deadline