Home
last modified time | relevance | path

Searched refs:hbitmap_reset (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dhbitmap.h130 void hbitmap_reset(HBitmap *hb, uint64_t start, uint64_t count);
/openbmc/qemu/util/
H A Dhbitmap.c558 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 Dtrace-events61 hbitmap_reset(void *hb, uint64_t start, uint64_t count, uint64_t sbit, uint64_t ebit) "hb %p items …
/openbmc/qemu/block/
H A Ddirty-bitmap.c563 hbitmap_reset(bitmap->bitmap, offset, bytes); in bdrv_reset_dirty_bitmap_locked()
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c170 hbitmap_reset(data->hb, first, count); in hbitmap_test_reset()