Searched defs:sync (Results 1 – 17 of 17) sorted by relevance
/qemu/tests/qemu-iotests/ |
H A D | 257 | 187 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 D | 155 | 178 def runMirror(self, sync): argument
|
/qemu/include/ui/ |
H A D | input.h | 29 QemuInputHandlerSync sync; member
|
/qemu/ui/ |
H A D | dmabuf.c | 28 void *sync; member 251 void qemu_dmabuf_set_sync(QemuDmaBuf *dmabuf, void *sync) in qemu_dmabuf_set_sync()
|
H A D | egl-helpers.c | 431 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 D | test-thread-pool.c | 137 static void do_test_cancel(bool sync) in do_test_cancel()
|
/qemu/include/hw/dma/ |
H A D | pl080.h | 58 uint32_t sync; member
|
/qemu/util/ |
H A D | mmap-alloc.c | 190 const bool sync = qemu_map_flags & QEMU_MAP_SYNC; in mmap_activate() local
|
/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 76 def sync(self, timeout: Optional[float] = 3) -> None: member in QemuGuestAgentClient
|
/qemu/hw/timer/ |
H A D | a9gtimer.c | 81 static void a9_gtimer_update(A9GTimerState *s, bool sync) in a9_gtimer_update()
|
/qemu/block/ |
H A D | backup.c | 59 bool sync = (((ret == 0) || (job->bitmap_mode == BITMAP_SYNC_MODE_ALWAYS)) \ in backup_cleanup_sync_bitmap() local
|
/qemu/hw/dma/ |
H A D | omap_dma.c | 64 int sync; member
|
/qemu/ |
H A D | blockdev.c | 2844 enum MirrorSyncMode sync, in blockdev_mirror_common() 3115 MirrorSyncMode sync, in qmp_blockdev_mirror()
|
/qemu/pc-bios/s390-ccw/ |
H A D | cio.h | 242 u32 sync:1; /* synchronize control */ member
|
/qemu/hw/virtio/ |
H A D | vhost.c | 394 static void vhost_log_put(struct vhost_dev *dev, bool sync) in vhost_log_put()
|
/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 2613 static void _vu_queue_notify(VuDev *dev, VuVirtq *vq, bool sync) in _vu_queue_notify()
|
/qemu/hw/nvme/ |
H A D | ctrl.c | 6165 uint64_t sync:1; in nvme_get_timestamp() member
|