Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_ma.c157 #define CALL_BATCH_ALLOC_FREE(size, batch, idx) \ macro
204 CALL_BATCH_ALLOC_FREE(16, 128, 0); in test_batch_alloc_free()
205 CALL_BATCH_ALLOC_FREE(32, 128, 1); in test_batch_alloc_free()
206 CALL_BATCH_ALLOC_FREE(64, 128, 2); in test_batch_alloc_free()
207 CALL_BATCH_ALLOC_FREE(96, 128, 3); in test_batch_alloc_free()
208 CALL_BATCH_ALLOC_FREE(128, 128, 4); in test_batch_alloc_free()
209 CALL_BATCH_ALLOC_FREE(192, 128, 5); in test_batch_alloc_free()
210 CALL_BATCH_ALLOC_FREE(256, 128, 6); in test_batch_alloc_free()
211 CALL_BATCH_ALLOC_FREE(512, 64, 7); in test_batch_alloc_free()
212 CALL_BATCH_ALLOC_FREE(1024, 32, 8); in test_batch_alloc_free()
[all …]