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()
693 bitmap_clear(bmap1, start, nbits); in test_mem_optimisations()
813 bitmap_clear(tmp, 0, wr); in test_for_each_set_bit_from()
829 bitmap_clear(orig, bit, 1); in test_for_each_clear_bit()
832 bitmap_clear(orig, 100, 50); in test_for_each_clear_bit()
835 bitmap_clear(copy, bit, 1); in test_for_each_clear_bit()
850 bitmap_clear(orig, bit, 1); in test_for_each_clear_bit_from()
853 bitmap_clear(orig, 100, 50); in test_for_each_clear_bit_from()
862 bitmap_clear(copy, bit, 1); in test_for_each_clear_bit_from()
903 bitmap_clear(orig, s, 1); in test_for_each_clear_bitrange()
906 bitmap_clear(orig, 100, 50); in test_for_each_clear_bitrange()
909 bitmap_clear(copy, s, e-s); in test_for_each_clear_bitrange()
939 bitmap_clear(tmp, 0, wr); in test_for_each_set_bitrange_from()
954 bitmap_clear(orig, s, 1); in test_for_each_clear_bitrange_from()
966 bitmap_clear(copy, s, e - s); in test_for_each_clear_bitrange_from()
1192 bitmap_clear(bitmap, 0, BITS_PER_LONG); in test_bitmap_const_eval()