Home
last modified time | relevance | path

Searched refs:rt_runtime_us (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c3036 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() argument
3041 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC; in sched_group_set_rt_runtime()
3042 if (rt_runtime_us < 0) { in sched_group_set_rt_runtime()
3044 } else if ((u64)rt_runtime_us > U64_MAX / NSEC_PER_USEC) { in sched_group_set_rt_runtime()
3053 u64 rt_runtime_us; in sched_group_rt_runtime() local
3059 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
3060 do_div(rt_runtime_us, NSEC_PER_USEC); in sched_group_rt_runtime()
3061 return rt_runtime_us; in sched_group_rt_runtime()
H A Dsched.h557 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);

Completed in 9 milliseconds