Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 17 of 17) sorted by relevance

/qemu/tests/qemu-iotests/
H A D257187 def blockdev_backup(vm, device, target, sync, **kwargs): argument
199 def blockdev_backup_mktarget(drive, target_id, filepath, sync, **kwargs): argument
213 def backup(drive, n, filepath, sync, **kwargs): argument
H A D155178 def runMirror(self, sync): argument
/qemu/include/ui/
H A Dinput.h29 QemuInputHandlerSync sync; member
/qemu/ui/
H A Ddmabuf.c28 void *sync; member
251 void qemu_dmabuf_set_sync(QemuDmaBuf *dmabuf, void *sync) in qemu_dmabuf_set_sync()
H A Degl-helpers.c431 EGLSyncKHR sync; in egl_dmabuf_create_sync() local
447 void *sync = qemu_dmabuf_get_sync(dmabuf); in egl_dmabuf_create_fence() local
/qemu/tests/unit/
H A Dtest-thread-pool.c137 static void do_test_cancel(bool sync) in do_test_cancel()
/qemu/include/hw/dma/
H A Dpl080.h58 uint32_t sync; member
/qemu/util/
H A Dmmap-alloc.c190 const bool sync = qemu_map_flags & QEMU_MAP_SYNC; in mmap_activate() local
/qemu/python/qemu/utils/
H A Dqemu_ga_client.py76 def sync(self, timeout: Optional[float] = 3) -> None: member in QemuGuestAgentClient
/qemu/hw/timer/
H A Da9gtimer.c81 static void a9_gtimer_update(A9GTimerState *s, bool sync) in a9_gtimer_update()
/qemu/block/
H A Dbackup.c59 bool sync = (((ret == 0) || (job->bitmap_mode == BITMAP_SYNC_MODE_ALWAYS)) \ in backup_cleanup_sync_bitmap() local
/qemu/hw/dma/
H A Domap_dma.c64 int sync; member
/qemu/
H A Dblockdev.c2844 enum MirrorSyncMode sync, in blockdev_mirror_common()
3115 MirrorSyncMode sync, in qmp_blockdev_mirror()
/qemu/pc-bios/s390-ccw/
H A Dcio.h242 u32 sync:1; /* synchronize control */ member
/qemu/hw/virtio/
H A Dvhost.c394 static void vhost_log_put(struct vhost_dev *dev, bool sync) in vhost_log_put()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c2613 static void _vu_queue_notify(VuDev *dev, VuVirtq *vq, bool sync) in _vu_queue_notify()
/qemu/hw/nvme/
H A Dctrl.c6165 uint64_t sync:1; in nvme_get_timestamp() member