Searched refs:__bmp_clear_bit (Results 1 – 3 of 3) sorted by relevance
35 __bmp_clear_bit(LAST_BIT, bmp); in test_bitmap_alloc_free()71 __bmp_clear_bit(MID_BIT, bmp); in test_bitmap_bit_ops()81 __bmp_clear_bit(0, bmp); in test_bitmap_bit_ops()82 __bmp_clear_bit(LAST_BIT, bmp); in test_bitmap_bit_ops()130 __bmp_clear_bit(ind, bmp); in test_bitmap_test_and_set_single()
19 void __bmp_clear_bit(u32 bit, struct arena_bitmap __arena *bmp);
44 void __bmp_clear_bit(u32 bit, struct arena_bitmap __arena *bmp) in __bmp_clear_bit() function