Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Drapl.c253 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle() function
278 hrtimer_setup(hr, rapl_hrtimer_handle, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rapl_hrtimer_init()
/linux/drivers/powercap/
H A Dintel_rapl_common.c1841 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle() function
2082 hrtimer_setup(&data->hrtimer, rapl_hrtimer_handle, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rapl_package_add_pmu_locked()