Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dhrtimer.c170 if (!new_base->cpu_base->hres_active) in hrtimer_check_target()
551 return cpu_base->hres_active; in __hrtimer_hres_active()
569 if (!cpu_base->hres_active) in hrtimer_force_reprogram()
667 base->hres_active = 0; in hrtimer_init_hres()
679 if (!base->hres_active) in retrigger_next_event()
700 base->hres_active = 1; in hrtimer_switch_to_hres()
1329 BUG_ON(!cpu_base->hres_active); in hrtimer_interrupt()
Dtimer_list.c162 P(hres_active); in print_cpu()
/linux-4.4.14/include/linux/
Dhrtimer.h197 hres_active : 1, member
288 return timer->base->cpu_base->hres_active; in hrtimer_is_hres_active()