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()
681 bitmap_clear(bmap1, start, nbits); in test_mem_optimisations()
801 bitmap_clear(tmp, 0, wr); in test_for_each_set_bit_from()
817 bitmap_clear(orig, bit, 1); in test_for_each_clear_bit()
820 bitmap_clear(orig, 100, 50); in test_for_each_clear_bit()
823 bitmap_clear(copy, bit, 1); in test_for_each_clear_bit()
838 bitmap_clear(orig, bit, 1); in test_for_each_clear_bit_from()
841 bitmap_clear(orig, 100, 50); in test_for_each_clear_bit_from()
850 bitmap_clear(copy, bit, 1); in test_for_each_clear_bit_from()
891 bitmap_clear(orig, s, 1); in test_for_each_clear_bitrange()
894 bitmap_clear(orig, 100, 50); in test_for_each_clear_bitrange()
897 bitmap_clear(copy, s, e-s); in test_for_each_clear_bitrange()
927 bitmap_clear(tmp, 0, wr); in test_for_each_set_bitrange_from()
942 bitmap_clear(orig, s, 1); in test_for_each_clear_bitrange_from()
954 bitmap_clear(copy, s, e - s); in test_for_each_clear_bitrange_from()
1176 bitmap_clear(bitmap, 0, BITS_PER_LONG); in test_bitmap_const_eval()