Searched refs:hbitmap_next_zero (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | hbitmap.h | 312 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count);
|
/openbmc/qemu/util/ |
H A D | hbitmap.c | 220 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_zero() function 293 next_zero = hbitmap_next_zero(hb, start, end - start); in hbitmap_next_dirty_area() 326 next_zero = hbitmap_next_zero(hb, start, count); in hbitmap_status()
|
/openbmc/qemu/block/ |
H A D | dirty-bitmap.c | 787 return hbitmap_next_zero(bitmap->bitmap, offset, bytes); in bdrv_dirty_bitmap_next_zero()
|
/openbmc/qemu/tests/unit/ |
H A D | test-hbitmap.c | 823 int64_t next_zero = hbitmap_next_zero(data->hb, start, count); in test_hbitmap_next_x_check_range()
|