Home
last modified time | relevance | path

Searched refs:hbitmap_alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dhbitmap.h62 HBitmap *hbitmap_alloc(uint64_t size, int granularity);
/openbmc/qemu/block/
H A Ddirty-bitmap.c127 bitmap->bitmap = hbitmap_alloc(bitmap_size, ctz32(granularity)); in bdrv_create_dirty_bitmap()
583 bitmap->bitmap = hbitmap_alloc(bitmap->size, in bdrv_clear_dirty_bitmap()
878 dest->bitmap = hbitmap_alloc(dest->size, hbitmap_granularity(*backup)); in bdrv_dirty_bitmap_merge_internal()
/openbmc/qemu/util/
H A Dhbitmap.c794 HBitmap *hbitmap_alloc(uint64_t size, int granularity) in hbitmap_alloc() function
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c82 data->hb = hbitmap_alloc(size, granularity); in hbitmap_test_init()