Home
last modified time | relevance | path

Searched refs:vc_waitq (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/coda/
Dpsdev.c69 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()
Dupcall.c704 wake_up_interruptible(&vcp->vc_waitq); in coda_upcall()
765 wake_up_interruptible(&vcp->vc_waitq); in coda_upcall()
/linux-4.4.14/include/linux/
Dcoda_psdev.h13 wait_queue_head_t vc_waitq; /* Venus wait queue */ member