Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Drt.c20 container_of(timer, struct rt_bandwidth, rt_period_timer); in sched_rt_period_timer()
45 hrtimer_init(&rt_b->rt_period_timer, in init_rt_bandwidth()
47 rt_b->rt_period_timer.function = sched_rt_period_timer; in init_rt_bandwidth()
55 if (hrtimer_active(&rt_b->rt_period_timer)) in start_rt_bandwidth()
59 start_bandwidth_timer(&rt_b->rt_period_timer, rt_b->rt_period); in start_rt_bandwidth()
106 hrtimer_cancel(&rt_b->rt_period_timer); in destroy_rt_bandwidth()
617 return (hrtimer_active(&rt_b->rt_period_timer) || in sched_rt_bandwidth_account()
Dsched.h133 struct hrtimer rt_period_timer; member