Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_bitmap.c1352 #define TEST_BIT_LEN (1000) macro
1359 DECLARE_BITMAP(bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1360 DECLARE_BITMAP(exp_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1361 DECLARE_BITMAP(pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1369 bitmap_parselist(pattern, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1375 for (i = 0; i < TEST_BIT_LEN; i++) { in test_bitmap_write_helper()
1376 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1377 bitmap_copy(exp_bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1382 TEST_BIT_LEN); in test_bitmap_write_helper()
1387 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
[all …]