Searched refs:rt_b (Results 1 – 2 of 2) sorted by relevance
101 struct rt_bandwidth *rt_b = in sched_rt_period_timer() local106 raw_spin_lock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()117 rt_b->rt_period_active = 0; in sched_rt_period_timer()125 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()126 rt_b->rt_runtime = runtime; in init_rt_bandwidth()136 raw_spin_lock(&rt_b->rt_runtime_lock); in do_start_rt_bandwidth()137 if (!rt_b->rt_period_active) { in do_start_rt_bandwidth()138 rt_b->rt_period_active = 1; in do_start_rt_bandwidth()159 do_start_rt_bandwidth(rt_b); in start_rt_bandwidth()609 rt_rq->rt_time < rt_b->rt_runtime); in sched_rt_bandwidth_account()[all …]
2675 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);