Searched refs:outmsg_q (Results 1 – 2 of 2) sorted by relevance
47 if (wait_event_interruptible(hvt->outmsg_q, hvt->outmsg_len > 0)) in hvt_op_read()101 poll_wait(file, &hvt->outmsg_q, wait); in hvt_op_poll()209 wake_up_interruptible(&hvt->outmsg_q); in hvutil_transport_send()241 init_waitqueue_head(&hvt->outmsg_q); in hvutil_transport_init()
40 wait_queue_head_t outmsg_q; /* poll/read wait queue */ member