Lines Matching refs:bitmap_copy
304 bitmap_copy(bmap2, bmap1, 23); in test_copy()
308 bitmap_copy(bmap2, bmap1, 23); in test_copy()
313 bitmap_copy(bmap2, bmap1, 1024); in test_copy()
317 bitmap_copy(bmap2, bmap1, 1024); in test_copy()
325 bitmap_copy(bmap2, bmap1, 109); /* ... but 0-padded til word length */ in test_copy()
329 bitmap_copy(bmap2, bmap1, 97); /* ... but aligned on word length */ in test_copy()
876 bitmap_copy(tmp, orig, 500); in test_for_each_set_bit_from()
928 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bit_from()
1002 bitmap_copy(tmp, orig, 500); in test_for_each_set_bitrange_from()
1032 bitmap_copy(tmp, orig, 500); in test_for_each_clear_bitrange_from()
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()
1330 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1331 bitmap_copy(exp_bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1342 bitmap_copy(bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()
1343 bitmap_copy(exp_bitmap, pat_bitmap, TEST_BIT_LEN); in test_bitmap_write_helper()