Home
last modified time | relevance | path

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

/linux/arch/x86/events/amd/
H A Duncore.c45 u64 hrtimer_duration; member
115 hrtimer_forward_now(hrtimer, ns_to_ktime(ctx->hrtimer_duration)); in amd_uncore_hrtimer()
121 hrtimer_start(&ctx->hrtimer, ns_to_ktime(ctx->hrtimer_duration), in amd_uncore_start_hrtimer()
552 curr->hrtimer_duration = (u64)update_interval * NSEC_PER_MSEC; in amd_uncore_ctx_init()
/linux/arch/x86/events/intel/
H A Duncore.c326 hrtimer_forward_now(hrtimer, ns_to_ktime(box->hrtimer_duration)); in uncore_pmu_hrtimer()
332 hrtimer_start(&box->hrtimer, ns_to_ktime(box->hrtimer_duration), in uncore_pmu_start_hrtimer()
366 box->hrtimer_duration = UNCORE_PMU_HRTIMER_INTERVAL; in uncore_alloc_box()