Searched refs:hbitmap_reset (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | hbitmap.h | 130 void hbitmap_reset(HBitmap *hb, uint64_t start, uint64_t count);
|
/openbmc/qemu/util/ |
H A D | hbitmap.c | 558 void hbitmap_reset(HBitmap *hb, uint64_t start, uint64_t count) in hbitmap_reset() function 854 hbitmap_reset(hb, start, fix_count); in hbitmap_truncate()
|
H A D | trace-events | 61 hbitmap_reset(void *hb, uint64_t start, uint64_t count, uint64_t sbit, uint64_t ebit) "hb %p items …
|
/openbmc/qemu/block/ |
H A D | dirty-bitmap.c | 563 hbitmap_reset(bitmap->bitmap, offset, bytes); in bdrv_reset_dirty_bitmap_locked()
|
/openbmc/qemu/tests/unit/ |
H A D | test-hbitmap.c | 170 hbitmap_reset(data->hb, first, count); in hbitmap_test_reset()
|