Searched refs:outmsg_q (Results 1 – 2 of 2) sorted by relevance
35 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()
32 wait_queue_head_t outmsg_q; /* poll/read wait queue */ member
Completed in 3 milliseconds