Home
last modified time | relevance | path

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

/Linux-v4.19/net/9p/
Dtrans_virtio.c85 wait_queue_head_t *vc_wq; member
165 wake_up(chan->vc_wq); in req_done()
291 err = wait_event_killable(*chan->vc_wq, in p9_virtio_request()
484 err = wait_event_killable(*chan->vc_wq, in p9_virtio_zc_request()
603 chan->vc_wq = kmalloc(sizeof(wait_queue_head_t), GFP_KERNEL); in p9_virtio_probe()
604 if (!chan->vc_wq) { in p9_virtio_probe()
608 init_waitqueue_head(chan->vc_wq); in p9_virtio_probe()
721 kfree(chan->vc_wq); in p9_virtio_remove()