Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_parallel_bitmap.bpf.c65 if (bmp_test_and_clear_bit(bit, bitmap)) in bitmap_test_bit_sequence()
78 if (!bmp_test_and_clear_bit(bit, bitmap)) in bitmap_test_bit_sequence()
83 if (bmp_test_and_clear_bit(bit, bitmap)) in bitmap_test_bit_sequence()
H A Dtest_bitmap.bpf.c102 if (bmp_test_and_clear_bit(ind, bmp)) in test_bitmap_test_and_clear_single()
107 if (!bmp_test_and_clear_bit(ind, bmp)) in test_bitmap_test_and_clear_single()
113 if (bmp_test_and_clear_bit(ind, bmp)) in test_bitmap_test_and_clear_single()
/linux/tools/testing/selftests/bpf/libarena/include/libarena/
H A Dbitmap.h23 bool bmp_test_and_clear_bit(u32 bit, struct arena_bitmap __arena *bmp);
/linux/tools/testing/selftests/bpf/libarena/src/
H A Dbitmap.bpf.c56 bool bmp_test_and_clear_bit(u32 bit, struct arena_bitmap __arena *bmp) in bmp_test_and_clear_bit() function