Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dchannel_mgmt.c336 init_completion(&channel->rescind_event); in alloc_channel()
948 complete(&channel->rescind_event); in vmbus_onoffer_rescind()
Dchannel.c690 wait_for_completion(&cur_channel->rescind_event); in vmbus_close()
/Linux-v4.19/include/linux/
Dhyperv.h737 struct completion rescind_event; member