Searched refs:init_rt_bandwidth (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | rt.c | 52 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() function 207 init_rt_bandwidth(&tg->rt_bandwidth, in alloc_rt_sched_group()
|
H A D | sched.h | 2091 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
|
H A D | core.c | 7704 init_rt_bandwidth(&def_rt_bandwidth, global_rt_period(), global_rt_runtime()); in sched_init() 7712 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | rt.c | 104 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() function 268 init_rt_bandwidth(&tg->rt_bandwidth, in alloc_rt_sched_group()
|
H A D | sched.h | 2602 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
|
H A D | core.c | 10640 init_rt_bandwidth(&def_rt_bandwidth, global_rt_period(), global_rt_runtime()); in sched_init() 10647 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()
|
Completed in 43 milliseconds