Searched refs:ioevent_started (Results 1 – 2 of 2) sorted by relevance
97 if ((vq->viothrd.ioevent_started && is_register) || in virtio_set_iothread()98 (!vq->viothrd.ioevent_started && !is_register)) in virtio_set_iothread()118 vq->viothrd.ioevent_started = true; in virtio_set_iothread()123 vq->viothrd.ioevent_started = false; in virtio_set_iothread()175 if (vq->viothrd.ioevent_started){ in virtio_poll_timer()1124 if (virtio_poll_enabled && vq->viothrd.ioevent_started){ in virtio_pci_legacy_write()1732 if (virtio_poll_enabled && vq->viothrd.ioevent_started){ in virtio_notify_cfg_write()1890 if (virtio_poll_enabled && vq->viothrd.ioevent_started){ in virtio_pci_modern_pio_write()
429 bool ioevent_started; member
Completed in 8 milliseconds