Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dtest_bitmap.c1267 #define TEST_BIT_LEN (1000) macro
1274 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 …]