Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dhrtimer.c2128 static void hrtimer_rearm(struct hrtimer_cpu_base *cpu_base, ktime_t expires_next, bool deferred) in hrtimer_interrupt()
2161 hrtimer_rearm(cpu_base, expires_next, true); in hrtimer_run_queues()
2177 hrtimer_rearm(cpu_base, expires_next, false); in hrtimer_run_queues()
2026 static void hrtimer_rearm(struct hrtimer_cpu_base *cpu_base, ktime_t expires_next, bool deferred) hrtimer_rearm() function