Searched refs:test_hbitmap_next_dirty_area_check_limited (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-hbitmap.c | 923 static void test_hbitmap_next_dirty_area_check_limited(TestHBitmapData *data, in test_hbitmap_next_dirty_area_check_limited() function 962 test_hbitmap_next_dirty_area_check_limited(data, offset, count, INT64_MAX); in test_hbitmap_next_dirty_area_check() 972 test_hbitmap_next_dirty_area_check_limited(data, 0, INT64_MAX, 1); in test_hbitmap_next_dirty_area_do() 985 test_hbitmap_next_dirty_area_check_limited(data, 0, INT64_MAX, 1); in test_hbitmap_next_dirty_area_do() 986 test_hbitmap_next_dirty_area_check_limited(data, L2 - 1, 2, 1); in test_hbitmap_next_dirty_area_do() 999 test_hbitmap_next_dirty_area_check_limited(data, L2 + 3, INT64_MAX, 3); in test_hbitmap_next_dirty_area_do() 1000 test_hbitmap_next_dirty_area_check_limited(data, L2 + 3, 7, 10); in test_hbitmap_next_dirty_area_do() 1010 test_hbitmap_next_dirty_area_check_limited(data, L2 * 2 + 1, INT64_MAX, 5); in test_hbitmap_next_dirty_area_do() 1011 test_hbitmap_next_dirty_area_check_limited(data, L2 * 2 + 1, 10, 5); in test_hbitmap_next_dirty_area_do() 1012 test_hbitmap_next_dirty_area_check_limited(data, L2 * 2 + 1, 2, 5); in test_hbitmap_next_dirty_area_do()
|