Home
last modified time | relevance | path

Searched refs:new_bitmap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c588 unsigned long *new_bitmap, *old_bitmap; in virtio_mem_sbm_sb_states_prepare_next_mb() local
593 new_bitmap = vzalloc(new_pages * PAGE_SIZE); in virtio_mem_sbm_sb_states_prepare_next_mb()
594 if (!new_bitmap) in virtio_mem_sbm_sb_states_prepare_next_mb()
599 memcpy(new_bitmap, vm->sbm.sb_states, old_pages * PAGE_SIZE); in virtio_mem_sbm_sb_states_prepare_next_mb()
602 vm->sbm.sb_states = new_bitmap; in virtio_mem_sbm_sb_states_prepare_next_mb()
/openbmc/qemu/docs/interop/
H A Dbitmaps.rst392 Merge the data from ``bitmap0`` into the bitmap ``new_bitmap`` on node
393 ``drive0``. If ``new_bitmap`` was empty prior to this command, this achieves
401 "target": "new_bitmap",
/openbmc/linux/fs/btrfs/
H A Dfree-space-cache.c2375 goto new_bitmap; in insert_into_bitmap()
2390 new_bitmap: in insert_into_bitmap()