Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Drt.c102 container_of(timer, struct rt_bandwidth, rt_period_timer); in sched_rt_period_timer()
130 hrtimer_setup(&rt_b->rt_period_timer, sched_rt_period_timer, CLOCK_MONOTONIC, in init_rt_bandwidth()
147 hrtimer_forward_now(&rt_b->rt_period_timer, ns_to_ktime(0)); in do_start_rt_bandwidth()
148 hrtimer_start_expires(&rt_b->rt_period_timer, in do_start_rt_bandwidth()
164 hrtimer_cancel(&rt_b->rt_period_timer); in destroy_rt_bandwidth()
608 return (hrtimer_active(&rt_b->rt_period_timer) || in sched_rt_bandwidth_account()
H A Dsched.h317 struct hrtimer rt_period_timer; member