Searched refs:init_rt_bandwidth (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 53 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() function 214 init_rt_bandwidth(&tg->rt_bandwidth, ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()
|
H A D | sched.h | 2043 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
|
H A D | core.c | 8099 init_rt_bandwidth(&def_rt_bandwidth, global_rt_period(), in sched_init() 8109 init_rt_bandwidth(&root_task_group.rt_bandwidth, global_rt_period(), in sched_init()
|
Completed in 19 milliseconds