Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Drt.c2738 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() argument
2743 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC; in sched_group_set_rt_runtime()
2744 if (rt_runtime_us < 0) in sched_group_set_rt_runtime()
2746 else if ((u64)rt_runtime_us > U64_MAX / NSEC_PER_USEC) in sched_group_set_rt_runtime()
2754 u64 rt_runtime_us; in sched_group_rt_runtime() local
2759 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
2760 do_div(rt_runtime_us, NSEC_PER_USEC); in sched_group_rt_runtime()
2761 return rt_runtime_us; in sched_group_rt_runtime()
H A Dsched.h499 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-rt-group.rst132 This uses the cgroup virtual file system and "<cgroup>/cpu.rt_runtime_us"