Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hv/
Dhv_utils_transport.c35 if (wait_event_interruptible(hvt->outmsg_q, hvt->outmsg_len > 0 || in hvt_op_read()
103 poll_wait(file, &hvt->outmsg_q, wait); in hvt_op_poll()
262 wake_up_interruptible(&hvt->outmsg_q); in hvutil_transport_send()
296 init_waitqueue_head(&hvt->outmsg_q); in hvutil_transport_init()
332 wake_up_interruptible(&hvt->outmsg_q); in hvutil_transport_destroy()
Dhv_utils_transport.h32 wait_queue_head_t outmsg_q; /* poll/read wait queue */ member