Searched refs:bmp_test_bit (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/libarena/selftests/ |
| H A D | test_bitmap.bpf.c | 32 if (!bmp_test_bit(LAST_BIT, bmp)) in test_bitmap_alloc_free() 36 if (bmp_test_bit(LAST_BIT, bmp)) in test_bitmap_alloc_free() 57 if (!bmp_test_bit(0, bmp)) in test_bitmap_bit_ops() 61 if (!bmp_test_bit(MID_BIT, bmp)) in test_bitmap_bit_ops() 65 if (!bmp_test_bit(LAST_BIT, bmp)) in test_bitmap_bit_ops() 68 if (bmp_test_bit(MID_BIT - 1, bmp)) in test_bitmap_bit_ops() 72 if (bmp_test_bit(MID_BIT, bmp)) in test_bitmap_bit_ops() 75 if (!bmp_test_bit(0, bmp)) in test_bitmap_bit_ops() 78 if (!bmp_test_bit(LAST_BIT, bmp)) in test_bitmap_bit_ops() 110 if (bmp_test_bit(ind, bmp)) in test_bitmap_test_and_clear_single() [all …]
|
| H A D | test_parallel_bitmap.bpf.c | 70 if (!bmp_test_bit(bit, bitmap)) in bitmap_test_bit_sequence() 75 if (!bmp_test_bit(bit, bitmap)) in bitmap_test_bit_sequence() 80 if (bmp_test_bit(bit, bitmap)) in bitmap_test_bit_sequence() 87 if (!bmp_test_bit(bit, bitmap)) in bitmap_test_bit_sequence() 91 if (bmp_test_bit(bit, bitmap)) in bitmap_test_bit_sequence() 95 if (!bmp_test_bit(bit, bitmap)) in bitmap_test_bit_sequence()
|
| /linux/tools/testing/selftests/bpf/libarena/include/libarena/ |
| H A D | bitmap.h | 22 bool bmp_test_bit(u32 bit, struct arena_bitmap __arena *bmp);
|
| /linux/tools/testing/selftests/bpf/libarena/src/ |
| H A D | bitmap.bpf.c | 50 bool bmp_test_bit(u32 bit, struct arena_bitmap __arena *bmp) in bmp_test_bit() function
|