l2x0_pmu_hrtimer   27 arch/arm/mm/cache-l2x0-pmu.c static struct hrtimer l2x0_pmu_hrtimer;
l2x0_pmu_hrtimer  243 arch/arm/mm/cache-l2x0-pmu.c 		hrtimer_start(&l2x0_pmu_hrtimer, l2x0_pmu_poll_period,
l2x0_pmu_hrtimer  269 arch/arm/mm/cache-l2x0-pmu.c 		hrtimer_cancel(&l2x0_pmu_hrtimer);
l2x0_pmu_hrtimer  542 arch/arm/mm/cache-l2x0-pmu.c 	hrtimer_init(&l2x0_pmu_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
l2x0_pmu_hrtimer  543 arch/arm/mm/cache-l2x0-pmu.c 	l2x0_pmu_hrtimer.function = l2x0_pmu_poll;