Home
last modified time | relevance | path

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

/openbmc/linux/include/clocksource/
H A Dhyperv_timer.h29 extern int hv_stimer_cleanup(unsigned int cpu);
109 static inline int hv_stimer_cleanup(unsigned int cpu) { return 0; } in hv_stimer_cleanup() function
/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c156 int hv_stimer_cleanup(unsigned int cpu) in hv_stimer_cleanup() function
185 EXPORT_SYMBOL_GPL(hv_stimer_cleanup);
288 hv_stimer_init, hv_stimer_cleanup); in hv_stimer_alloc()
335 (void)hv_stimer_cleanup(cpu); in hv_stimer_legacy_cleanup()
/openbmc/linux/drivers/hv/
H A Dvmbus_drv.c2574 hv_stimer_cleanup(cpu); in hv_crash_handler()