Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dhyperv_timer.c149 int hv_stimer_alloc(int sint) in hv_stimer_alloc() function
172 EXPORT_SYMBOL_GPL(hv_stimer_alloc);
/Linux-v5.4/include/clocksource/
Dhyperv_timer.h24 extern int hv_stimer_alloc(int sint);
/Linux-v5.4/drivers/hv/
Dvmbus_drv.c1343 ret = hv_stimer_alloc(VMBUS_MESSAGE_SINT); in vmbus_bus_init()