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

/net/9p/
H A Dtrans_virtio.c86 wait_queue_head_t *vc_wq; member in struct:virtio_chan
163 wake_up(chan->vc_wq);
295 err = wait_event_interruptible(*chan->vc_wq,
457 err = wait_event_interruptible(*chan->vc_wq,
568 chan->vc_wq = kmalloc(sizeof(wait_queue_head_t), GFP_KERNEL);
569 if (!chan->vc_wq) {
573 init_waitqueue_head(chan->vc_wq);
666 kfree(chan->vc_wq);

Completed in 40 milliseconds