Home
last modified time | relevance | path

Searched refs:bmp_empty (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_bitmap.bpf.c28 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()
/linux/tools/testing/selftests/bpf/libarena/include/libarena/
H A Dbitmap.h29 bool bmp_empty(size_t bits, struct arena_bitmap __arena *bmp);
/linux/tools/testing/selftests/bpf/libarena/src/
H A Dbitmap.bpf.c177 bool bmp_empty(size_t bits, struct arena_bitmap __arena *bmp) in bmp_empty() function