Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c123 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() function
256 init_rt_bandwidth(&tg->rt_bandwidth, ktime_to_ns(global_rt_period()), 0); in alloc_rt_sched_group()
H A Dsched.h2701 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
H A Dcore.c8422 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()