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

/linux-master/kernel/sched/
H A Drt.c11 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
72 struct rt_bandwidth *rt_b = local
77 raw_spin_lock(&rt_b->rt_runtime_lock);
79 overrun = hrtimer_forward_now(timer, rt_b->rt_period);
83 raw_spin_unlock(&rt_b->rt_runtime_lock);
84 idle = do_sched_rt_period_timer(rt_b, overrun);
85 raw_spin_lock(&rt_b->rt_runtime_lock);
88 rt_b->rt_period_active = 0;
89 raw_spin_unlock(&rt_b->rt_runtime_lock);
94 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u6 argument
106 do_start_rt_bandwidth(struct rt_bandwidth *rt_b) argument
126 start_rt_bandwidth(struct rt_bandwidth *rt_b) argument
163 destroy_rt_bandwidth(struct rt_bandwidth *rt_b) argument
598 sched_rt_period_rt_rq(struct rt_bandwidth *rt_b, int cpu) argument
660 sched_rt_period_rt_rq(struct rt_bandwidth *rt_b, int cpu) argument
674 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
686 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
746 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
830 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
857 do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) argument
970 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
[all...]
H A Dsched.h2471 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);

Completed in 194 milliseconds