Searched refs:bmp_test_and_clear_bit (Results 1 – 4 of 4) sorted by relevance
65 if (bmp_test_and_clear_bit(bit, bitmap)) in bitmap_test_bit_sequence()78 if (!bmp_test_and_clear_bit(bit, bitmap)) in bitmap_test_bit_sequence()83 if (bmp_test_and_clear_bit(bit, bitmap)) in bitmap_test_bit_sequence()
102 if (bmp_test_and_clear_bit(ind, bmp)) in test_bitmap_test_and_clear_single()107 if (!bmp_test_and_clear_bit(ind, bmp)) in test_bitmap_test_and_clear_single()113 if (bmp_test_and_clear_bit(ind, bmp)) in test_bitmap_test_and_clear_single()
23 bool bmp_test_and_clear_bit(u32 bit, struct arena_bitmap __arena *bmp);
56 bool bmp_test_and_clear_bit(u32 bit, struct arena_bitmap __arena *bmp) in bmp_test_and_clear_bit() function