Home
last modified time | relevance | path

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

/kvmtool/virtio/
H A Dblk.c196 static void *virtio_blk_thread(void *dev) in virtio_blk_thread() function
240 if (pthread_create(&bdev->io_thread, NULL, virtio_blk_thread, bdev)) in init_vq()