Searched refs:vc_wq (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/9p/
H A Dtrans_virtio.c86 wait_queue_head_t *vc_wq; member in struct:virtio_chan
163 wake_up(chan->vc_wq); req_done()
293 err = wait_event_interruptible(*chan->vc_wq, p9_virtio_request()
478 err = wait_event_interruptible(*chan->vc_wq, p9_virtio_zc_request()
598 chan->vc_wq = kmalloc(sizeof(wait_queue_head_t), GFP_KERNEL); p9_virtio_probe()
599 if (!chan->vc_wq) { p9_virtio_probe()
603 init_waitqueue_head(chan->vc_wq); p9_virtio_probe()
712 kfree(chan->vc_wq); p9_virtio_remove()

Completed in 41 milliseconds