Searched refs:vc_wq (Results 1 – 1 of 1) sorted by relevance
73 wait_queue_head_t *vc_wq; member153 wake_up(chan->vc_wq); in req_done()287 err = io_wait_event_killable(*chan->vc_wq, in p9_virtio_request()514 err = io_wait_event_killable(*chan->vc_wq, in p9_virtio_zc_request()644 chan->vc_wq = kmalloc_obj(wait_queue_head_t); in p9_virtio_probe()645 if (!chan->vc_wq) { in p9_virtio_probe()649 init_waitqueue_head(chan->vc_wq); in p9_virtio_probe()764 kfree(chan->vc_wq); in p9_virtio_remove()