Searched refs:TEST_BIT_LEN (Results 1 – 1 of 1) sorted by relevance
1267 #define TEST_BIT_LEN (1000) macro1274 DECLARE_BITMAP(bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()1290 for (i = 0; i < TEST_BIT_LEN; i++) { in test_bitmap_write_helper()1297 TEST_BIT_LEN); in test_bitmap_write_helper()1304 for (i = 0; i < TEST_BIT_LEN; i++) { in test_bitmap_write_helper()1357 bitmap_zero(bitmap, TEST_BIT_LEN); in test_bitmap_read_write()1382 bitmap_fill(bitmap, TEST_BIT_LEN); in test_bitmap_read_perf()1387 if (i + nbits > TEST_BIT_LEN) in test_bitmap_read_perf()1408 bitmap_zero(bitmap, TEST_BIT_LEN); in test_bitmap_write_perf()1413 if (i + nbits > TEST_BIT_LEN) in test_bitmap_write_perf()[all …]