Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhrtimer.h190 int hres_active; member
280 return timer->base->cpu_base->hres_active; in hrtimer_is_hres_active()
/linux-4.1.27/kernel/time/
Dhrtimer.c183 if (!new_base->cpu_base->hres_active) in hrtimer_check_target()
513 return __this_cpu_read(hrtimer_bases.hres_active); in hrtimer_hres_active()
630 base->hres_active = 0; in hrtimer_init_hres()
669 if (base->hres_active) in hrtimer_switch_to_hres()
680 base->hres_active = 1; in hrtimer_switch_to_hres()
1251 BUG_ON(!cpu_base->hres_active); in hrtimer_interrupt()
Dtimer_list.c157 P(hres_active); in print_cpu()