Searched refs:bmp_test_and_set_bit (Results 1 – 4 of 4) sorted by relevance
68 if (bmp_test_and_set_bit(bit, bitmap)) in bitmap_test_bit_sequence()73 if (!bmp_test_and_set_bit(bit, bitmap)) in bitmap_test_bit_sequence()
121 if (bmp_test_and_set_bit(ind, bmp)) in test_bitmap_test_and_set_single()124 if (!bmp_test_and_set_bit(ind, bmp)) in test_bitmap_test_and_set_single()132 if (bmp_test_and_set_bit(ind, bmp)) in test_bitmap_test_and_set_single()
24 bool bmp_test_and_set_bit(u32 bit, struct arena_bitmap __arena *bmp);
80 bool bmp_test_and_set_bit(u32 bit, struct arena_bitmap __arena *bmp) in bmp_test_and_set_bit() function