Home
last modified time | relevance | path

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

/openbmc/linux/net/9p/
H A Dtrans_virtio.c73 wait_queue_head_t *vc_wq; member
153 wake_up(chan->vc_wq); in req_done()
287 err = wait_event_killable(*chan->vc_wq, in p9_virtio_request()
515 err = wait_event_killable(*chan->vc_wq, in p9_virtio_zc_request()
645 chan->vc_wq = kmalloc(sizeof(wait_queue_head_t), GFP_KERNEL); in p9_virtio_probe()
646 if (!chan->vc_wq) { in p9_virtio_probe()
650 init_waitqueue_head(chan->vc_wq); in p9_virtio_probe()
765 kfree(chan->vc_wq); in p9_virtio_remove()