Home
last modified time | relevance | path

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

/linux-6.12.1/include/clocksource/
Dhyperv_timer.h29 extern int hv_stimer_cleanup(unsigned int cpu);
107 static inline int hv_stimer_cleanup(unsigned int cpu) { return 0; } in hv_stimer_cleanup() function
/linux-6.12.1/drivers/clocksource/
Dhyperv_timer.c169 int hv_stimer_cleanup(unsigned int cpu) in hv_stimer_cleanup() function
198 EXPORT_SYMBOL_GPL(hv_stimer_cleanup);
301 hv_stimer_init, hv_stimer_cleanup); in hv_stimer_alloc()
348 (void)hv_stimer_cleanup(cpu); in hv_stimer_legacy_cleanup()
/linux-6.12.1/drivers/hv/
Dvmbus_drv.c2593 hv_stimer_cleanup(cpu); in hv_crash_handler()