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

/linux-master/kernel/sched/
H A Drt.c2867 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) argument
2871 if (rt_period_us > U64_MAX / NSEC_PER_USEC)
2874 rt_period = rt_period_us * NSEC_PER_USEC;
2882 u64 rt_period_us; local
2884 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period);
2885 do_div(rt_period_us, NSEC_PER_USEC);
2886 return rt_period_us;
H A Dsched.h495 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
H A Dcore.c11159 struct cftype *cftype, u64 rt_period_us)
11161 return sched_group_set_rt_period(css_tg(css), rt_period_us);
11230 .name = "rt_period_us",
11158 cpu_rt_period_write_uint(struct cgroup_subsys_state *css, struct cftype *cftype, u64 rt_period_us) argument

Completed in 261 milliseconds