Searched refs:rt_b (Results 1 – 2 of 2) sorted by relevance
99 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);103 struct rt_bandwidth *rt_b = in sched_rt_period_timer() local108 raw_spin_lock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()110 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()114 raw_spin_unlock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()115 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer()116 raw_spin_lock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()119 rt_b->rt_period_active = 0; in sched_rt_period_timer()120 raw_spin_unlock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()125 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() argument[all …]
2685 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);