Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_ma.c154 #define CALL_BATCH_ALLOC(size, batch, idx) \ macro
228 CALL_BATCH_ALLOC(16, 128, 0); in test_free_through_map_free()
229 CALL_BATCH_ALLOC(32, 128, 1); in test_free_through_map_free()
230 CALL_BATCH_ALLOC(64, 128, 2); in test_free_through_map_free()
231 CALL_BATCH_ALLOC(96, 128, 3); in test_free_through_map_free()
232 CALL_BATCH_ALLOC(128, 128, 4); in test_free_through_map_free()
233 CALL_BATCH_ALLOC(192, 128, 5); in test_free_through_map_free()
234 CALL_BATCH_ALLOC(256, 128, 6); in test_free_through_map_free()
235 CALL_BATCH_ALLOC(512, 64, 7); in test_free_through_map_free()
236 CALL_BATCH_ALLOC(1024, 32, 8); in test_free_through_map_free()
[all …]