Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Drt.c17 struct rt_bandwidth def_rt_bandwidth;
21 struct rt_bandwidth *rt_b = in sched_rt_period_timer()
143 destroy_rt_bandwidth(&tg->rt_bandwidth); in unregister_rt_sched_group()
202 init_rt_bandwidth(&tg->rt_bandwidth, in alloc_rt_sched_group()
608 return &rt_rq->tg->rt_bandwidth; in sched_rt_bandwidth()
876 if (rt_b == &root_task_group.rt_bandwidth) in do_sched_rt_period_timer()
2699 runtime = tg->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
2732 runtime = child->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
2794 tg->rt_bandwidth.rt_runtime = rt_runtime; in tg_set_rt_bandwidth()
2831 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
[all …]
A Dsched.h258 struct rt_bandwidth { struct
418 struct rt_bandwidth rt_bandwidth; member
2303 extern struct rt_bandwidth def_rt_bandwidth;
2304 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
A Dcore.c7348 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
9322 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()

Completed in 30 milliseconds