Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dhbitmap.h312 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count);
/openbmc/qemu/util/
H A Dhbitmap.c220 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 Ddirty-bitmap.c787 return hbitmap_next_zero(bitmap->bitmap, offset, bytes); in bdrv_dirty_bitmap_next_zero()
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c823 int64_t next_zero = hbitmap_next_zero(data->hb, start, count); in test_hbitmap_next_x_check_range()