Home
last modified time | relevance | path

Searched refs:waitevent (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hv/
H A Dchannel.c249 init_completion(&info->waitevent); in send_modifychannel_with_ack()
278 wait_for_completion(&info->waitevent); in send_modifychannel_with_ack()
487 init_completion(&msginfo->waitevent); in __vmbus_establish_gpadl()
534 wait_for_completion(&msginfo->waitevent); in __vmbus_establish_gpadl()
893 init_completion(&open_info->waitevent); in __vmbus_open()
932 wait_for_completion(&open_info->waitevent); in __vmbus_open()
1017 init_completion(&info->waitevent); in vmbus_teardown_gpadl()
1042 wait_for_completion(&info->waitevent); in vmbus_teardown_gpadl()
H A Dchannel_mgmt.c185 complete(&msginfo->waitevent); in vmbus_rescind_cleanup()
1376 complete(&msginfo->waitevent); in vmbus_onopen_result()
1425 complete(&msginfo->waitevent); in vmbus_ongpadl_created()
1465 complete(&msginfo->waitevent); in vmbus_onmodifychannel_response()
1512 complete(&msginfo->waitevent); in vmbus_ongpadl_torndown()
1551 complete(&msginfo->waitevent); in vmbus_onversion_response()
H A Dconnection.c82 init_completion(&msginfo->waitevent); in vmbus_try_connection_id()
149 wait_for_completion(&msginfo->waitevent); in vmbus_try_connection_id()
/linux/include/linux/
H A Dhyperv.h708 struct completion waitevent; member