Searched refs:__bmp_set_bit (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/libarena/selftests/ |
| H A D | test_bitmap.bpf.c | 31 __bmp_set_bit(LAST_BIT, bmp); in test_bitmap_alloc_free() 56 __bmp_set_bit(0, bmp); in test_bitmap_bit_ops() 60 __bmp_set_bit(MID_BIT, bmp); in test_bitmap_bit_ops() 64 __bmp_set_bit(LAST_BIT, bmp); in test_bitmap_bit_ops() 105 __bmp_set_bit(ind, bmp); in test_bitmap_test_and_clear_single() 207 __bmp_set_bit(0, src1); in test_bitmap_and() 208 __bmp_set_bit(MID_BIT, src1); in test_bitmap_and() 209 __bmp_set_bit(LAST_BIT, src1); in test_bitmap_and() 211 __bmp_set_bit(MID_BIT, src2); in test_bitmap_and() 212 __bmp_set_bit(LAST_BIT, src2); in test_bitmap_and() [all …]
|
| /linux/tools/testing/selftests/bpf/libarena/include/libarena/ |
| H A D | bitmap.h | 18 void __bmp_set_bit(u32 bit, struct arena_bitmap __arena *bmp);
|
| /linux/tools/testing/selftests/bpf/libarena/src/ |
| H A D | bitmap.bpf.c | 38 void __bmp_set_bit(u32 bit, struct arena_bitmap __arena *bmp) in __bmp_set_bit() function
|