Searched refs:hbitmap_set (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-hbitmap.c | 151 hbitmap_set(data->hb, first, count); in hbitmap_test_set() 662 hbitmap_set(data->hb, pos, count); in hbitmap_test_serialize_range() 809 hbitmap_set(data->hb, 0, data->size); in test_hbitmap_iter_and_reset() 858 hbitmap_set(data->hb, L2, 1); in test_hbitmap_next_x_do() 870 hbitmap_set(data->hb, L2 + 5, L1); in test_hbitmap_next_x_do() 900 hbitmap_set(data->hb, 0, L3); in test_hbitmap_next_x_do() 919 hbitmap_set(data->hb, 0, L1); in test_hbitmap_next_x_after_truncate() 974 hbitmap_set(data->hb, L2, 1); in test_hbitmap_next_dirty_area_do() 988 hbitmap_set(data->hb, L2 + 5, L1); in test_hbitmap_next_dirty_area_do() 1014 hbitmap_set(data->hb, 0, L3); in test_hbitmap_next_dirty_area_do() [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | hbitmap.h | 115 void hbitmap_set(HBitmap *hb, uint64_t start, uint64_t count);
|
/openbmc/qemu/util/ |
H A D | hbitmap.c | 464 void hbitmap_set(HBitmap *hb, uint64_t start, uint64_t count) in hbitmap_set() function 485 hbitmap_set(hb->meta, start, count); in hbitmap_set() 582 hbitmap_set(hb->meta, start, count); in hbitmap_reset() 891 hbitmap_set(dst, offset, count); in hbitmap_sparse_merge()
|
H A D | trace-events | 62 hbitmap_set(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 | 547 hbitmap_set(bitmap->bitmap, offset, bytes); in bdrv_set_dirty_bitmap_locked() 671 hbitmap_set(bitmap->bitmap, offset, bytes); in bdrv_set_dirty()
|