Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Drt.c11 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
13 struct rt_bandwidth def_rt_bandwidth;
72 struct rt_bandwidth *rt_b = in sched_rt_period_timer()
73 container_of(timer, struct rt_bandwidth, rt_period_timer); in sched_rt_period_timer()
94 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth()
106 static inline void do_start_rt_bandwidth(struct rt_bandwidth *rt_b) in do_start_rt_bandwidth()
126 static void start_rt_bandwidth(struct rt_bandwidth *rt_b) in start_rt_bandwidth()
164 static void destroy_rt_bandwidth(struct rt_bandwidth *rt_b) in destroy_rt_bandwidth()
199 destroy_rt_bandwidth(&tg->rt_bandwidth); in unregister_rt_sched_group()
258 init_rt_bandwidth(&tg->rt_bandwidth, in alloc_rt_sched_group()
[all …]
Dsched.h278 struct rt_bandwidth { struct
390 struct rt_bandwidth rt_bandwidth; member
2440 extern struct rt_bandwidth def_rt_bandwidth;
2441 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
Dcore.c7737 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
9963 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()