hres_active       218 include/linux/hrtimer.h 	unsigned int			hres_active		: 1,
hres_active       312 include/linux/hrtimer.h 		timer->base->cpu_base->hres_active : 0;
hres_active       614 kernel/time/hrtimer.c 		cpu_base->hres_active : 0;
hres_active       736 kernel/time/hrtimer.c 	base->hres_active = 1;
hres_active      1618 kernel/time/hrtimer.c 	BUG_ON(!cpu_base->hres_active);
hres_active      2000 kernel/time/hrtimer.c 	cpu_base->hres_active = 0;
hres_active       149 kernel/time/timer_list.c 	P(hres_active);