Home
last modified time | relevance | path

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

/linux-6.15/drivers/clocksource/
H A Dhyperv_timer.c63 ce = this_cpu_ptr(hv_clock_event); in hv_stimer0_isr()
134 if (!hv_clock_event) in hv_stimer_init()
137 ce = per_cpu_ptr(hv_clock_event, cpu); in hv_stimer_init()
174 if (!hv_clock_event) in hv_stimer_cleanup()
191 ce = per_cpu_ptr(hv_clock_event, cpu); in hv_stimer_cleanup()
274 if (!hv_clock_event) in hv_stimer_alloc()
310 free_percpu(hv_clock_event); in hv_stimer_alloc()
311 hv_clock_event = NULL; in hv_stimer_alloc()
369 if (!hv_clock_event) in hv_stimer_global_cleanup()
377 free_percpu(hv_clock_event); in hv_stimer_global_cleanup()
[all …]