Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/
H A Drapl.c252 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle() function
277 hrtimer_setup(hr, rapl_hrtimer_handle, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rapl_hrtimer_init()
/linux-6.15/drivers/powercap/
H A Dintel_rapl_common.c1821 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle() function
2067 hrtimer_setup(&data->hrtimer, rapl_hrtimer_handle, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rapl_package_add_pmu()