Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhrtimer_defs.h108 unsigned int hres_active : 1, member
H A Dhrtimer.h170 timer->base->cpu_base->hres_active : 0; in hrtimer_is_hres_active()
/linux-6.15/kernel/time/
H A Dhrtimer.c656 cpu_base->hres_active : 0; in hrtimer_hres_active()
746 base->hres_active = 1; in hrtimer_switch_to_hres()
1864 BUG_ON(!cpu_base->hres_active); in hrtimer_interrupt()
2236 cpu_base->hres_active = 0; in hrtimers_cpu_starting()
H A Dtimer_list.c134 P(hres_active); in print_cpu()