Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c2955 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period() argument
2959 if (rt_period_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_period()
2962 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
2970 u64 rt_period_us; in sched_group_rt_period() local
2972 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
2973 do_div(rt_period_us, NSEC_PER_USEC); in sched_group_rt_period()
2974 return rt_period_us; in sched_group_rt_period()
H A Dsched.h581 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
H A Dcore.c8829 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
8831 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
8872 .name = "rt_period_us",
8828 cpu_rt_period_write_uint(struct cgroup_subsys_state *css, struct cftype *cftype, u64 rt_period_us) cpu_rt_period_write_uint() argument
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c3212 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period() argument
3216 if (rt_period_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_period()
3219 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
3227 u64 rt_period_us; in sched_group_rt_period() local
3229 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
3230 do_div(rt_period_us, NSEC_PER_USEC); in sched_group_rt_period()
3231 return rt_period_us; in sched_group_rt_period()
H A Dsched.h563 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
H A Dcore.c11926 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
11928 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
11997 .name = "rt_period_us",
11925 cpu_rt_period_write_uint(struct cgroup_subsys_state *css, struct cftype *cftype, u64 rt_period_us) cpu_rt_period_write_uint() argument

Completed in 42 milliseconds