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.c46 u64 hrtimer_duration; member
116 hrtimer_forward_now(hrtimer, ns_to_ktime(ctx->hrtimer_duration)); in amd_uncore_hrtimer()
122 hrtimer_start(&ctx->hrtimer, ns_to_ktime(ctx->hrtimer_duration), in amd_uncore_start_hrtimer()
584 curr->hrtimer_duration = (u64)update_interval * NSEC_PER_MSEC; in amd_uncore_ctx_init()
/linux/arch/x86/events/intel/
H A Duncore.c346 hrtimer_forward_now(hrtimer, ns_to_ktime(box->hrtimer_duration)); in uncore_pmu_hrtimer()
352 hrtimer_start(&box->hrtimer, ns_to_ktime(box->hrtimer_duration), in uncore_pmu_start_hrtimer()
386 box->hrtimer_duration = UNCORE_PMU_HRTIMER_INTERVAL; in uncore_alloc_box()