Searched refs:TEST_BIT_LEN (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | test_bitmap.c | 1295 #define TEST_BIT_LEN (1000) macro 1302 DECLARE_BITMAP(bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() 1303 DECLARE_BITMAP(exp_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() 1304 DECLARE_BITMAP(pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() 1312 bitmap_parselist(pattern, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() 1318 for (i = 0; i < TEST_BIT_LEN; i++) { in test_bitmap_write_helper() 1319 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() 1320 bitmap_copy(exp_bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() 1325 TEST_BIT_LEN); in test_bitmap_write_helper() 1330 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper() [all …]
|