Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_parallel_bitmap.bpf.c68 if (bmp_test_and_set_bit(bit, bitmap)) in bitmap_test_bit_sequence()
73 if (!bmp_test_and_set_bit(bit, bitmap)) in bitmap_test_bit_sequence()
H A Dtest_bitmap.bpf.c121 if (bmp_test_and_set_bit(ind, bmp)) in test_bitmap_test_and_set_single()
124 if (!bmp_test_and_set_bit(ind, bmp)) in test_bitmap_test_and_set_single()
132 if (bmp_test_and_set_bit(ind, bmp)) in test_bitmap_test_and_set_single()
/linux/tools/testing/selftests/bpf/libarena/include/libarena/
H A Dbitmap.h24 bool bmp_test_and_set_bit(u32 bit, struct arena_bitmap __arena *bmp);
/linux/tools/testing/selftests/bpf/libarena/src/
H A Dbitmap.bpf.c80 bool bmp_test_and_set_bit(u32 bit, struct arena_bitmap __arena *bmp) in bmp_test_and_set_bit() function