Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dhbitmap.h300 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count);
/qemu/util/
H A Dhbitmap.c196 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_dirty() function
286 start = hbitmap_next_dirty(hb, start, end - start); in hbitmap_next_dirty_area()
313 next_dirty = hbitmap_next_dirty(hb, start, count); in hbitmap_status()
/qemu/block/
H A Ddirty-bitmap.c781 return hbitmap_next_dirty(bitmap->bitmap, offset, bytes); in bdrv_dirty_bitmap_next_dirty()
/qemu/tests/unit/
H A Dtest-hbitmap.c824 int64_t next_dirty = hbitmap_next_dirty(data->hb, start, count); in test_hbitmap_next_x_check_range()