Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Drt.c101 struct rt_bandwidth *rt_b = in sched_rt_period_timer()
196 destroy_rt_bandwidth(&tg->rt_bandwidth); in unregister_rt_sched_group()
268 rt_rq->rt_runtime = tg->rt_bandwidth.rt_runtime; in alloc_rt_sched_group()
601 return &rt_rq->tg->rt_bandwidth; in sched_rt_bandwidth()
805 if (rt_b == &root_task_group.rt_bandwidth) in do_sched_rt_period_timer()
1160 start_rt_bandwidth(&rt_rq->tg->rt_bandwidth); in inc_rt_group()
2696 runtime = tg->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
2729 runtime = child->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
2791 tg->rt_bandwidth.rt_runtime = rt_runtime; in tg_set_rt_bandwidth()
2828 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
[all …]
H A Dsched.h312 struct rt_bandwidth { struct
459 struct rt_bandwidth rt_bandwidth; member
2675 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
H A Dsyscalls.c638 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
H A Dcore.c8583 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()