Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/sched/
H A Drt.c2686 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period() argument
2690 if (rt_period_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_period()
2693 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
2701 u64 rt_period_us; in sched_group_rt_period() local
2703 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
2704 do_div(rt_period_us, NSEC_PER_USEC); in sched_group_rt_period()
2705 return rt_period_us; in sched_group_rt_period()
H A Dsched.h489 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
H A Dcore.c9243 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument
9245 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/sched/
H A Drt.c2686 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period() argument
2690 if (rt_period_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_period()
2693 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
2701 u64 rt_period_us; in sched_group_rt_period() local
2703 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
2704 do_div(rt_period_us, NSEC_PER_USEC); in sched_group_rt_period()
2705 return rt_period_us; in sched_group_rt_period()
H A Dsched.h489 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
H A Dcore.c9243 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument
9245 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/sched/
H A Drt.c2686 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period() argument
2690 if (rt_period_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_period()
2693 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
2701 u64 rt_period_us; in sched_group_rt_period() local
2703 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
2704 do_div(rt_period_us, NSEC_PER_USEC); in sched_group_rt_period()
2705 return rt_period_us; in sched_group_rt_period()
H A Dsched.h489 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
H A Dcore.c9243 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument
9245 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-rt-group.rst152 ("<cgroup>/cpu.rt_period_us") configurable as well.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-rt-group.rst152 ("<cgroup>/cpu.rt_period_us") configurable as well.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-rt-group.rst152 ("<cgroup>/cpu.rt_period_us") configurable as well.
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/rootdir/
H A Dinit.rc156 write /dev/cpuctl/cpu.rt_period_us 1000000
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/rootdir/
H A Dinit.rc232 write /dev/cpuctl/cpu.rt_period_us 1000000