Searched refs:expect_eq_pbl (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_bitmap.c | 174 expect_eq_pbl("0-22", bmap, 23); in test_zero_clear() 175 expect_eq_pbl("0-1023", bmap, 1024); in test_zero_clear() 179 expect_eq_pbl("9-1023", bmap, 1024); in test_zero_clear() 193 expect_eq_pbl("", bmap, 1024); in test_zero_clear() 244 expect_eq_pbl("", bmap, 23); in test_fill_set() 245 expect_eq_pbl("", bmap, 1024); in test_fill_set() 249 expect_eq_pbl("0-8", bmap, 1024); in test_fill_set() 252 expect_eq_pbl("0-63", bmap, 1024); in test_fill_set() 259 expect_eq_pbl("0-127", bmap, 1024); in test_fill_set() 277 expect_eq_pbl("0-18", bmap2, 1024); in test_copy() [all …]
|