Home
last modified time | relevance | path

Searched refs:global_rt_period (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c2943 if (total > to_ratio(global_rt_period(), global_rt_runtime())) { in tg_rt_schedulable()
3147 def_rt_bandwidth.rt_period = ns_to_ktime(global_rt_period()); in sched_rt_do_global()
H A Dcore.c8099 init_rt_bandwidth(&def_rt_bandwidth, global_rt_period(), in sched_init()
8101 init_dl_bandwidth(&def_dl_bandwidth, global_rt_period(), in sched_init()
8109 init_rt_bandwidth(&root_task_group.rt_bandwidth, global_rt_period(), in sched_init()
H A Dsched.h1776 static inline u64 global_rt_period(void) in global_rt_period() function

Completed in 19 milliseconds