Home
last modified time | relevance | path

Searched refs:bmp_alloc (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_bitmap.bpf.c24 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 …]
H A Dtest_parallel_bitmap.bpf.c162 bitmap = bmp_alloc(TEST_BITMAP_BITS); in parallel_test_bitmap__init()
/linux/tools/testing/selftests/bpf/libarena/include/libarena/
H A Dbitmap.h15 struct arena_bitmap __arena *bmp_alloc(size_t bits);
/linux/tools/testing/selftests/bpf/libarena/src/
H A Dbitmap.bpf.c13 struct arena_bitmap __arena *bmp_alloc(size_t bits) in bmp_alloc() function