Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_bitmap.bpf.c39 bmp_free(bmp); in test_bitmap_alloc_free()
43 bmp_free(bmp); in test_bitmap_alloc_free()
92 bmp_free(bmp); in test_bitmap_bit_ops()
96 bmp_free(bmp); in test_bitmap_bit_ops()
159 bmp_free(bmp); in test_bitmap_test_and_clear_bit()
163 bmp_free(bmp); in test_bitmap_test_and_clear_bit()
185 bmp_free(bmp); in test_bitmap_test_and_set_bit()
189 bmp_free(bmp); in test_bitmap_test_and_set_bit()
228 bmp_free(src1); in test_bitmap_and()
229 bmp_free(src2); in test_bitmap_and()
[all …]
H A Dtest_parallel_bitmap.bpf.c176 bmp_free(bitmap); in parallel_test_bitmap__fini()
/linux/tools/testing/selftests/bpf/libarena/include/libarena/
H A Dbitmap.h16 void bmp_free(struct arena_bitmap __arena *bmp);
/linux/tools/testing/selftests/bpf/libarena/src/
H A Dbitmap.bpf.c32 void bmp_free(struct arena_bitmap __arena *bmp) in bmp_free() function