Searched refs:bmp_empty (Results 1 – 3 of 3) sorted by relevance
28 if (!bmp_empty(TEST_BITS, bmp)) in test_bitmap_alloc_free()83 if (!bmp_empty(TEST_BITS, bmp)) in test_bitmap_bit_ops()156 if (!bmp_empty(TEST_BITS, bmp)) in test_bitmap_test_and_clear_bit()
29 bool bmp_empty(size_t bits, struct arena_bitmap __arena *bmp);
177 bool bmp_empty(size_t bits, struct arena_bitmap __arena *bmp) in bmp_empty() function