Home
last modified time | relevance | path

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

/minix3/minix/lib/libvirtio/
H A Dvirtio.c98 static int alloc_phys_queue(struct virtio_queue *q);
295 if ((r = alloc_phys_queue(q)) != OK) in init_phys_queues()
315 alloc_phys_queue(struct virtio_queue *q) in alloc_phys_queue() function