Searched refs:mmap_timer (Results 1 – 4 of 4) sorted by relevance
175 timer_mod(vdev->mmap_timer, in vfio_intp_mmap_enable()264 timer_mod(vdev->mmap_timer, in vfio_intp_interrupt()471 vdev->mmap_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in vfio_populate_device()496 timer_del(vdev->mmap_timer); in vfio_populate_device()
81 QEMUTimer *mmap_timer; /* enable mmaps after periods w/o interrupts */ member
77 timer_mod(vdev->intx.mmap_timer, in vfio_intx_mmap_enable()99 timer_mod(vdev->intx.mmap_timer, in vfio_intx_interrupt()321 timer_del(vdev->intx.mmap_timer); in vfio_intx_disable()3173 vdev->intx.mmap_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in vfio_realize()3238 if (vdev->intx.mmap_timer) { in vfio_realize()3239 timer_free(vdev->intx.mmap_timer); in vfio_realize()3282 if (vdev->intx.mmap_timer) { in vfio_exitfn()3283 timer_free(vdev->intx.mmap_timer); in vfio_exitfn()
60 QEMUTimer *mmap_timer; /* allows fast-path resume after IRQ hit */ member