Lines Matching refs:bitmap_clear
206 bitmap_clear(bmap, 0, 9); in test_zero_clear()
213 bitmap_clear(bmap, 79, 19); in test_zero_clear()
757 bitmap_clear(bmap1, start, nbits); in test_mem_optimisations()
877 bitmap_clear(tmp, 0, wr); in test_for_each_set_bit_from()
893 bitmap_clear(orig, bit, 1); in test_for_each_clear_bit()
896 bitmap_clear(orig, 100, 50); in test_for_each_clear_bit()
899 bitmap_clear(copy, bit, 1); in test_for_each_clear_bit()
914 bitmap_clear(orig, bit, 1); in test_for_each_clear_bit_from()
917 bitmap_clear(orig, 100, 50); in test_for_each_clear_bit_from()
926 bitmap_clear(copy, bit, 1); in test_for_each_clear_bit_from()
967 bitmap_clear(orig, s, 1); in test_for_each_clear_bitrange()
970 bitmap_clear(orig, 100, 50); in test_for_each_clear_bitrange()
973 bitmap_clear(copy, s, e-s); in test_for_each_clear_bitrange()
1003 bitmap_clear(tmp, 0, wr); in test_for_each_set_bitrange_from()
1018 bitmap_clear(orig, s, 1); in test_for_each_clear_bitrange_from()
1030 bitmap_clear(copy, s, e - s); in test_for_each_clear_bitrange_from()
1249 bitmap_clear(bitmap, 0, BITS_PER_LONG); in test_bitmap_const_eval()