Searched refs:CALL_BATCH_PERCPU_ALLOC (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_bpf_ma.c | 163 #define CALL_BATCH_PERCPU_ALLOC(size, batch, idx) \ macro 274 CALL_BATCH_PERCPU_ALLOC(8, 128, 0); in test_percpu_free_through_map_free() 275 CALL_BATCH_PERCPU_ALLOC(16, 128, 1); in test_percpu_free_through_map_free() 276 CALL_BATCH_PERCPU_ALLOC(32, 128, 2); in test_percpu_free_through_map_free() 277 CALL_BATCH_PERCPU_ALLOC(64, 128, 3); in test_percpu_free_through_map_free() 278 CALL_BATCH_PERCPU_ALLOC(96, 128, 4); in test_percpu_free_through_map_free() 279 CALL_BATCH_PERCPU_ALLOC(128, 128, 5); in test_percpu_free_through_map_free() 280 CALL_BATCH_PERCPU_ALLOC(192, 128, 6); in test_percpu_free_through_map_free() 281 CALL_BATCH_PERCPU_ALLOC(256, 128, 7); in test_percpu_free_through_map_free() 282 CALL_BATCH_PERCPU_ALLOC(512, 64, 8); in test_percpu_free_through_map_free()
|