Searched refs:bmp_alloc (Results 1 – 4 of 4) sorted by relevance
24 bmp = bmp_alloc(TEST_BITS); in test_bitmap_alloc_free()52 bmp = bmp_alloc(TEST_BITS); in test_bitmap_bit_ops()143 bmp = bmp_alloc(TEST_BITS); in test_bitmap_test_and_clear_bit()172 bmp = bmp_alloc(TEST_BITS); in test_bitmap_test_and_set_bit()199 src1 = bmp_alloc(TEST_BITS); in test_bitmap_and()200 src2 = bmp_alloc(TEST_BITS); in test_bitmap_and()201 dst = bmp_alloc(TEST_BITS); in test_bitmap_and()245 src1 = bmp_alloc(TEST_BITS); in test_bitmap_or()246 src2 = bmp_alloc(TEST_BITS); in test_bitmap_or()247 dst = bmp_alloc(TEST_BITS); in test_bitmap_or()[all …]
162 bitmap = bmp_alloc(TEST_BITMAP_BITS); in parallel_test_bitmap__init()
15 struct arena_bitmap __arena *bmp_alloc(size_t bits);
13 struct arena_bitmap __arena *bmp_alloc(size_t bits) in bmp_alloc() function