Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c37 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
54 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()
208 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()
506 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period()
626 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()
698 u64 rt_period; in do_balance_runtime() local
703 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime()
727 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()
728 diff = rt_period in do_balance_runtime()
2806 u64 rt_period; global() member
2884 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) tg_set_rt_bandwidth() argument
2931 u64 rt_runtime, rt_period; sched_group_set_rt_runtime() local
2957 u64 rt_runtime, rt_period; sched_group_set_rt_period() local
[all...]
H A Dsched.h343 ktime_t rt_period; member
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c89 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
106 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()
269 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()
556 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period()
676 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()
748 u64 rt_period; in do_balance_runtime() local
753 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime()
777 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime()
778 diff = rt_period in do_balance_runtime()
3063 u64 rt_period; global() member
3141 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) tg_set_rt_bandwidth() argument
3188 u64 rt_runtime, rt_period; sched_group_set_rt_runtime() local
3214 u64 rt_runtime, rt_period; sched_group_set_rt_period() local
[all...]
H A Dsched.h366 ktime_t rt_period; member

Completed in 16 milliseconds