Searched refs:vc_waitq (Results 1 – 3 of 3) sorted by relevance
69 poll_wait(file, &vcp->vc_waitq, wait); in coda_psdev_poll()216 add_wait_queue(&vcp->vc_waitq, &wait); in coda_psdev_read()234 remove_wait_queue(&vcp->vc_waitq, &wait); in coda_psdev_read()291 init_waitqueue_head(&vcp->vc_waitq); in coda_psdev_open()
704 wake_up_interruptible(&vcp->vc_waitq); in coda_upcall()765 wake_up_interruptible(&vcp->vc_waitq); in coda_upcall()
13 wait_queue_head_t vc_waitq; /* Venus wait queue */ member