Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dhbitmap.h19 typedef struct HBitmapIter HBitmapIter; typedef
36 struct HBitmapIter { struct
287 void hbitmap_iter_init(HBitmapIter *hbi, const HBitmap *hb, uint64_t first);
351 int64_t hbitmap_iter_next(HBitmapIter *hbi);
/qemu/util/
H A Dhbitmap.c107 static unsigned long hbitmap_iter_skip_words(HBitmapIter *hbi) in hbitmap_iter_skip_words()
149 int64_t hbitmap_iter_next(HBitmapIter *hbi) in hbitmap_iter_next()
169 void hbitmap_iter_init(HBitmapIter *hbi, const HBitmap *hb, uint64_t first) in hbitmap_iter_init()
198 HBitmapIter hbi; in hbitmap_next_dirty()
363 static size_t hbitmap_iter_next_word(HBitmapIter *hbi, unsigned long *p_cur) in hbitmap_iter_next_word()
386 HBitmapIter hbi; in hb_count_between()
/qemu/tests/unit/
H A Dtest-hbitmap.c41 HBitmapIter hbi; in hbitmap_test_check()
421 HBitmapIter hbi; in test_hbitmap_iter_granularity()
770 HBitmapIter iter; in test_hbitmap_serialize_zeroes()
806 HBitmapIter hbi; in test_hbitmap_iter_and_reset()
/qemu/block/
H A Ddirty-bitmap.c60 HBitmapIter hbi;