Home
last modified time | relevance | path

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

/kernel/sched/
Drt.c2682 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period() argument
2686 if (rt_period_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_period()
2689 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
2697 u64 rt_period_us; in sched_group_rt_period() local
2699 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
2700 do_div(rt_period_us, NSEC_PER_USEC); in sched_group_rt_period()
2701 return rt_period_us; in sched_group_rt_period()
Dsched.h462 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
Dcore.c7809 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument
7811 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()