Searched refs:rt_period_timer (Results 1 – 2 of 2) sorted by relevance
31 container_of(timer, struct rt_bandwidth, rt_period_timer); in sched_rt_period_timer()59 hrtimer_init(&rt_b->rt_period_timer, CLOCK_MONOTONIC, in init_rt_bandwidth()61 rt_b->rt_period_timer.function = sched_rt_period_timer; in init_rt_bandwidth()80 hrtimer_forward_now(&rt_b->rt_period_timer, ns_to_ktime(0)); in start_rt_bandwidth()81 hrtimer_start_expires(&rt_b->rt_period_timer, in start_rt_bandwidth()119 hrtimer_cancel(&rt_b->rt_period_timer); in destroy_rt_bandwidth()685 return (hrtimer_active(&rt_b->rt_period_timer) || in sched_rt_bandwidth_account()965 hrtimer_forward_now(&rt_b->rt_period_timer, rt_b->rt_period); in try_start_rt_bandwidth()966 hrtimer_start_expires(&rt_b->rt_period_timer, in try_start_rt_bandwidth()
343 struct hrtimer rt_period_timer; member