Home
last modified time | relevance | path

Searched refs:rt_period_us (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/kernel/sched/
Drt.c2564 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period() argument
2568 if (rt_period_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_period()
2571 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
2579 u64 rt_period_us; in sched_group_rt_period() local
2581 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
2582 do_div(rt_period_us, NSEC_PER_USEC); in sched_group_rt_period()
2583 return rt_period_us; in sched_group_rt_period()
Dsched.h458 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
Dcore.c7639 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument
7641 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
/Linux-v5.4/Documentation/scheduler/
Dsched-rt-group.rst152 ("<cgroup>/cpu.rt_period_us") configurable as well.