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.c1267 #define TEST_BIT_LEN (1000) macro
1274 DECLARE_BITMAP(bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1275 DECLARE_BITMAP(exp_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1276 DECLARE_BITMAP(pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1284 bitmap_parselist(pattern, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1290 for (i = 0; i < TEST_BIT_LEN; i++) { in test_bitmap_write_helper()
1291 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1292 bitmap_copy(exp_bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1297 TEST_BIT_LEN); in test_bitmap_write_helper()
1302 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
[all …]