Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c352 init_completion(&channel->rescind_event); in alloc_channel()
1264 complete(&channel->rescind_event); in vmbus_onoffer_rescind()
H A Dchannel.c1010 wait_for_completion(&cur_channel->rescind_event); in vmbus_disconnect_ring()
/openbmc/linux/include/linux/
H A Dhyperv.h855 struct completion rescind_event; member