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

/linux-4.1.27/include/linux/
H A Dhrtimer.h174 * @hres_active: State of high resolution mode
190 int hres_active; member in struct:hrtimer_cpu_base
280 return timer->base->cpu_base->hres_active; hrtimer_is_hres_active()
/linux-4.1.27/kernel/time/
H A Dhrtimer.c183 if (!new_base->cpu_base->hres_active) hrtimer_check_target()
513 return __this_cpu_read(hrtimer_bases.hres_active); hrtimer_hres_active()
630 base->hres_active = 0; hrtimer_init_hres()
669 if (base->hres_active) hrtimer_switch_to_hres()
680 base->hres_active = 1; hrtimer_switch_to_hres()
1251 BUG_ON(!cpu_base->hres_active); hrtimer_interrupt()
H A Dtimer_list.c157 P(hres_active); print_cpu()

Completed in 134 milliseconds