Home
last modified time | relevance | path

Searched refs:rt_b (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Drt.c17 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
23 struct rt_bandwidth *rt_b = in sched_rt_period_timer() local
28 raw_spin_lock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()
30 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
34 raw_spin_unlock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()
35 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer()
36 raw_spin_lock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()
39 rt_b->rt_period_active = 0; in sched_rt_period_timer()
40 raw_spin_unlock(&rt_b->rt_runtime_lock); in sched_rt_period_timer()
45 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() argument
[all …]
H A Dsched.h2003 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);