Searched refs:rt_b (Results 1 – 2 of 2) sorted by relevance
21 struct rt_bandwidth *rt_b = in sched_rt_period_timer() local26 raw_spin_lock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()34 raw_spin_lock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()37 rt_b->rt_period_active = 0; in sched_rt_period_timer()38 raw_spin_unlock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()45 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth()46 rt_b->rt_runtime = runtime; in init_rt_bandwidth()60 raw_spin_lock(&rt_b->rt_runtime_lock); in start_rt_bandwidth()61 if (!rt_b->rt_period_active) { in start_rt_bandwidth()62 rt_b->rt_period_active = 1; in start_rt_bandwidth()[all …]
2304 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
Completed in 16 milliseconds