Searched refs:unload_event (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hv/
H A Dconnection.c31 .unload_event = COMPLETION_INITIALIZER(
32 vmbus_connection.unload_event),
H A Dchannel_mgmt.c817 * vmbus_connection.unload_event. If not, the last thing we can do is
829 if (completion_done(&vmbus_connection.unload_event))
859 complete(&vmbus_connection.unload_event);
905 * of the complete() below. Make sure that unload_event has been
908 complete(&vmbus_connection.unload_event);
922 reinit_completion(&vmbus_connection.unload_event);
933 wait_for_completion(&vmbus_connection.unload_event);
H A Dhyperv_vmbus.h234 struct completion unload_event; member in struct:vmbus_connection

Completed in 214 milliseconds