Home
last modified time | relevance | path

Searched refs:UNLOAD_DELAY_UNIT_MS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hv/
H A Dchannel_mgmt.c733 #define UNLOAD_DELAY_UNIT_MS 10 /* 10 milliseconds */ macro
735 #define UNLOAD_WAIT_LOOPS (UNLOAD_WAIT_MS/UNLOAD_DELAY_UNIT_MS)
737 #define UNLOAD_MSG_LOOPS (UNLOAD_MSG_MS/UNLOAD_DELAY_UNIT_MS)
807 mdelay(UNLOAD_DELAY_UNIT_MS); in vmbus_wait_for_unload()
/kernel/linux/linux-6.6/drivers/hv/
H A Dchannel_mgmt.c797 #define UNLOAD_DELAY_UNIT_MS 10 /* 10 milliseconds */ macro
799 #define UNLOAD_WAIT_LOOPS (UNLOAD_WAIT_MS/UNLOAD_DELAY_UNIT_MS)
801 #define UNLOAD_MSG_LOOPS (UNLOAD_MSG_MS/UNLOAD_DELAY_UNIT_MS)
871 mdelay(UNLOAD_DELAY_UNIT_MS); in vmbus_wait_for_unload()

Completed in 4 milliseconds