Searched refs:hbitmap_next_dirty (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | hbitmap.h | 300 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count);
|
/openbmc/qemu/util/ |
H A D | hbitmap.c | 196 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()
|
/openbmc/qemu/block/ |
H A D | dirty-bitmap.c | 781 return hbitmap_next_dirty(bitmap->bitmap, offset, bytes); in bdrv_dirty_bitmap_next_dirty()
|
/openbmc/qemu/tests/unit/ |
H A D | test-hbitmap.c | 824 int64_t next_dirty = hbitmap_next_dirty(data->hb, start, count); in test_hbitmap_next_x_check_range()
|