Searched refs:bmp_subset (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/libarena/selftests/ |
| H A D | test_bitmap.bpf.c | 295 if (!bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 299 if (bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 303 if (!bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 307 if (bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 312 if (!bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 315 if (bmp_subset(TEST_BITS, small, big)) in test_bitmap_subset() 382 if (!bmp_subset(TEST_BITS, arg1, arg2) || in test_bitmap_copy() 383 !bmp_subset(TEST_BITS, arg2, arg1)) in test_bitmap_copy()
|
| /linux/tools/testing/selftests/bpf/libarena/include/libarena/ |
| H A D | bitmap.h | 33 bool bmp_subset(size_t bits, struct arena_bitmap __arena *big, struct arena_bitmap __arena *small);
|
| /linux/tools/testing/selftests/bpf/libarena/src/ |
| H A D | bitmap.bpf.c | 206 bool bmp_subset(size_t bits, struct arena_bitmap __arena *big, struct arena_bitmap __arena *small) in bmp_subset() function
|