Home
last modified time | relevance | path

Searched refs:rt_runtime_us (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/sched/
H A Drt.c2660 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() argument
2665 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC; in sched_group_set_rt_runtime()
2666 if (rt_runtime_us < 0) in sched_group_set_rt_runtime()
2668 else if ((u64)rt_runtime_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_runtime()
2676 u64 rt_runtime_us; in sched_group_rt_runtime() local
2681 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
2682 do_div(rt_runtime_us, NSEC_PER_USEC); in sched_group_rt_runtime()
2683 return rt_runtime_us; in sched_group_rt_runtime()
H A Dsched.h488 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/sched/
H A Drt.c2660 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() argument
2665 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC; in sched_group_set_rt_runtime()
2666 if (rt_runtime_us < 0) in sched_group_set_rt_runtime()
2668 else if ((u64)rt_runtime_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_runtime()
2676 u64 rt_runtime_us; in sched_group_rt_runtime() local
2681 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
2682 do_div(rt_runtime_us, NSEC_PER_USEC); in sched_group_rt_runtime()
2683 return rt_runtime_us; in sched_group_rt_runtime()
H A Dsched.h488 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/sched/
H A Drt.c2660 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() argument
2665 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC; in sched_group_set_rt_runtime()
2666 if (rt_runtime_us < 0) in sched_group_set_rt_runtime()
2668 else if ((u64)rt_runtime_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_runtime()
2676 u64 rt_runtime_us; in sched_group_rt_runtime() local
2681 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
2682 do_div(rt_runtime_us, NSEC_PER_USEC); in sched_group_rt_runtime()
2683 return rt_runtime_us; in sched_group_rt_runtime()
H A Dsched.h488 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-rt-group.rst132 This uses the cgroup virtual file system and "<cgroup>/cpu.rt_runtime_us"
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-rt-group.rst132 This uses the cgroup virtual file system and "<cgroup>/cpu.rt_runtime_us"
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-rt-group.rst132 This uses the cgroup virtual file system and "<cgroup>/cpu.rt_runtime_us"
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/rootdir/
H A Dinit.rc157 write /dev/cpuctl/cpu.rt_runtime_us 950000
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/rootdir/
H A Dinit.rc233 write /dev/cpuctl/cpu.rt_runtime_us 950000
/dports/net/corosync2/corosync-2.4.5/
H A DChangeLog1169 properly set rt_runtime_us it's impossible to get RT priority.