Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Duncore.c297 hrtimer_forward_now(hrtimer, ns_to_ktime(box->hrtimer_duration)); in uncore_pmu_hrtimer()
303 hrtimer_start(&box->hrtimer, ns_to_ktime(box->hrtimer_duration), in uncore_pmu_start_hrtimer()
339 box->hrtimer_duration = UNCORE_PMU_HRTIMER_INTERVAL; in uncore_alloc_box()
Duncore.h142 u64 hrtimer_duration; /* hrtimer timeout for this box */ member
Duncore_snb.c520 box->hrtimer_duration = UNCORE_SNB_IMC_HRTIMER_INTERVAL; in snb_uncore_imc_init_box()