Home
last modified time | relevance | path

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

/devicemodel/hw/pci/virtio/
A Dvirtio.c77 if (viothrd->iothread_run) { in iothread_handler()
80 (*viothrd->iothread_run)(base, vq); in iothread_handler()
104 vq->viothrd.iothread_run = vops->qnotify; in virtio_set_iothread()
106 vq->viothrd.iothread_run = vq->notify; in virtio_set_iothread()
108 vq->viothrd.iothread_run = NULL; in virtio_set_iothread()
/devicemodel/include/
A Dvirtio.h432 void (*iothread_run)(void *, struct virtio_vq_info *); member

Completed in 7 milliseconds