Searched refs:rt_b (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/sched/
H A Drt.c11 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
71 struct rt_bandwidth *rt_b = local
76 raw_spin_lock(&rt_b->rt_runtime_lock);
78 overrun = hrtimer_forward_now(timer, rt_b->rt_period);
82 raw_spin_unlock(&rt_b->rt_runtime_lock);
83 idle = do_sched_rt_period_timer(rt_b, overrun);
84 raw_spin_lock(&rt_b->rt_runtime_lock);
87 rt_b->rt_period_active = 0;
88 raw_spin_unlock(&rt_b->rt_runtime_lock);
93 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u6 argument
105 do_start_rt_bandwidth(struct rt_bandwidth *rt_b) argument
125 start_rt_bandwidth(struct rt_bandwidth *rt_b) argument
162 destroy_rt_bandwidth(struct rt_bandwidth *rt_b) argument
597 sched_rt_period_rt_rq(struct rt_bandwidth *rt_b, int cpu) argument
659 sched_rt_period_rt_rq(struct rt_bandwidth *rt_b, int cpu) argument
673 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
685 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
745 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
829 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
856 do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) argument
969 struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq); local
[all...]
H A Dsched.h2472 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);

Completed in 153 milliseconds