Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/events/intel/
Duncore.c333 hrtimer_forward_now(hrtimer, ns_to_ktime(box->hrtimer_duration)); in uncore_pmu_hrtimer()
339 hrtimer_start(&box->hrtimer, ns_to_ktime(box->hrtimer_duration), in uncore_pmu_start_hrtimer()
374 box->hrtimer_duration = UNCORE_PMU_HRTIMER_INTERVAL; in uncore_alloc_box()
Duncore.h156 u64 hrtimer_duration; /* hrtimer timeout for this box */ member
Duncore_snb.c881 box->hrtimer_duration = UNCORE_SNB_IMC_HRTIMER_INTERVAL; in snb_uncore_imc_init_box()