Home
last modified time | relevance | path

Searched refs:outmsg_q (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/hv/
Dhv_utils_transport.c45 if (wait_event_interruptible(hvt->outmsg_q, hvt->outmsg_len > 0 || in hvt_op_read()
113 poll_wait(file, &hvt->outmsg_q, wait); in hvt_op_poll()
272 wake_up_interruptible(&hvt->outmsg_q); in hvutil_transport_send()
306 init_waitqueue_head(&hvt->outmsg_q); in hvutil_transport_init()
342 wake_up_interruptible(&hvt->outmsg_q); in hvutil_transport_destroy()
Dhv_utils_transport.h42 wait_queue_head_t outmsg_q; /* poll/read wait queue */ member