Searched refs:rt_period_us (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | rt.c | 2955 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 D | sched.h | 581 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
|
H A D | core.c | 8829 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 D | rt.c | 3212 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 D | sched.h | 563 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
|
H A D | core.c | 11926 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