Lines Matching refs:bitmap_clear
178 bitmap_clear(bmap, 0, 9); in test_zero_clear()
185 bitmap_clear(bmap, 79, 19); in test_zero_clear()
729 bitmap_clear(bmap1, start, nbits); in test_mem_optimisations()
849 bitmap_clear(tmp, 0, wr); in test_for_each_set_bit_from()
865 bitmap_clear(orig, bit, 1); in test_for_each_clear_bit()
868 bitmap_clear(orig, 100, 50); in test_for_each_clear_bit()
871 bitmap_clear(copy, bit, 1); in test_for_each_clear_bit()
886 bitmap_clear(orig, bit, 1); in test_for_each_clear_bit_from()
889 bitmap_clear(orig, 100, 50); in test_for_each_clear_bit_from()
898 bitmap_clear(copy, bit, 1); in test_for_each_clear_bit_from()
939 bitmap_clear(orig, s, 1); in test_for_each_clear_bitrange()
942 bitmap_clear(orig, 100, 50); in test_for_each_clear_bitrange()
945 bitmap_clear(copy, s, e-s); in test_for_each_clear_bitrange()
975 bitmap_clear(tmp, 0, wr); in test_for_each_set_bitrange_from()
990 bitmap_clear(orig, s, 1); in test_for_each_clear_bitrange_from()
1002 bitmap_clear(copy, s, e - s); in test_for_each_clear_bitrange_from()
1221 bitmap_clear(bitmap, 0, BITS_PER_LONG); in test_bitmap_const_eval()