Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Drt.c21 struct rt_bandwidth *rt_b = in sched_rt_period_timer() local
26 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 …]
A Dsched.h2304 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);

Completed in 16 milliseconds