Lines Matching full:128
16 const unsigned int data_sizes[] = {16, 32, 64, 96, 128, 192, 256, 512, 1024, 2048, 4096};
19 const unsigned int percpu_data_sizes[] = {8, 16, 32, 64, 96, 128, 192, 256, 512};
38 __uint(max_entries, 128); \
53 __uint(max_entries, 128); \
177 DEFINE_ARRAY_WITH_KPTR(128);
190 DEFINE_ARRAY_WITH_PERCPU_KPTR(128);
201 /* Alloc 128 16-bytes objects in batch to trigger refilling, in test_batch_alloc_free()
202 * then free 128 16-bytes objects in batch to trigger freeing. in test_batch_alloc_free()
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()
225 /* Alloc 128 16-bytes objects in batch to trigger refilling, in test_free_through_map_free()
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()
249 /* Alloc 128 8-bytes per-cpu objects in batch to trigger refilling, in test_batch_percpu_alloc_free()
250 * then free 128 8-bytes per-cpu objects in batch to trigger freeing. in test_batch_percpu_alloc_free()
252 CALL_BATCH_PERCPU_ALLOC_FREE(8, 128, 0); in test_batch_percpu_alloc_free()
253 CALL_BATCH_PERCPU_ALLOC_FREE(16, 128, 1); in test_batch_percpu_alloc_free()
254 CALL_BATCH_PERCPU_ALLOC_FREE(32, 128, 2); in test_batch_percpu_alloc_free()
255 CALL_BATCH_PERCPU_ALLOC_FREE(64, 128, 3); in test_batch_percpu_alloc_free()
256 CALL_BATCH_PERCPU_ALLOC_FREE(96, 128, 4); in test_batch_percpu_alloc_free()
257 CALL_BATCH_PERCPU_ALLOC_FREE(128, 128, 5); in test_batch_percpu_alloc_free()
258 CALL_BATCH_PERCPU_ALLOC_FREE(192, 128, 6); in test_batch_percpu_alloc_free()
259 CALL_BATCH_PERCPU_ALLOC_FREE(256, 128, 7); in test_batch_percpu_alloc_free()
271 /* Alloc 128 8-bytes per-cpu objects in batch to trigger refilling, in test_percpu_free_through_map_free()
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()