Searched refs:hbitmap_merge (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | hbitmap.h | 81 void hbitmap_merge(const HBitmap *a, const HBitmap *b, HBitmap *result);
|
/openbmc/qemu/block/ |
H A D | dirty-bitmap.c | 314 hbitmap_merge(parent->bitmap, successor->bitmap, parent->bitmap); in bdrv_reclaim_dirty_bitmap_locked() 879 hbitmap_merge(*backup, src->bitmap, dest->bitmap); in bdrv_dirty_bitmap_merge_internal() 881 hbitmap_merge(dest->bitmap, src->bitmap, dest->bitmap); in bdrv_dirty_bitmap_merge_internal()
|
/openbmc/qemu/util/ |
H A D | hbitmap.c | 901 void hbitmap_merge(const HBitmap *a, const HBitmap *b, HBitmap *result) in hbitmap_merge() function
|