Searched refs:rt_bandwidth (Results 1 – 3 of 3) sorted by relevance
17 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 …]
258 struct rt_bandwidth { struct418 struct rt_bandwidth rt_bandwidth; member2303 extern struct rt_bandwidth def_rt_bandwidth;2304 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
7348 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