Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/events/intel/
Duncore.c314 hrtimer_forward_now(hrtimer, ns_to_ktime(box->hrtimer_duration)); in uncore_pmu_hrtimer()
320 hrtimer_start(&box->hrtimer, ns_to_ktime(box->hrtimer_duration), in uncore_pmu_start_hrtimer()
355 box->hrtimer_duration = UNCORE_PMU_HRTIMER_INTERVAL; in uncore_alloc_box()
Duncore.h149 u64 hrtimer_duration; /* hrtimer timeout for this box */ member
Duncore_snb.c704 box->hrtimer_duration = UNCORE_SNB_IMC_HRTIMER_INTERVAL; in snb_uncore_imc_init_box()