Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/time/
Dhrtimer.c718 static inline int hrtimer_is_hres_enabled(void) in hrtimer_is_hres_enabled() function
763 static inline int hrtimer_is_hres_enabled(void) { return 0; } in hrtimer_is_hres_enabled() function
1834 if (tick_check_oneshot_change(!hrtimer_is_hres_enabled())) { in hrtimer_run_queues()