Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mm/
Dcache-l2x0-pmu.c27 static struct hrtimer l2x0_pmu_hrtimer; variable
243 hrtimer_start(&l2x0_pmu_hrtimer, l2x0_pmu_poll_period, in l2x0_pmu_event_add()
269 hrtimer_cancel(&l2x0_pmu_hrtimer); in l2x0_pmu_event_del()
542 hrtimer_init(&l2x0_pmu_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in l2x0_pmu_init()
543 l2x0_pmu_hrtimer.function = l2x0_pmu_poll; in l2x0_pmu_init()