Lines Matching full:128

20 const unsigned int data_sizes[] = {16, 32, 64, 96, 128, 192, 256, 512, 1024, 2048, 4096};
23 const unsigned int percpu_data_sizes[] = {8, 16, 32, 64, 96, 128, 192, 256, 512};
42 __uint(max_entries, 128); \
57 __uint(max_entries, 128); \
181 DEFINE_ARRAY_WITH_KPTR(128);
194 DEFINE_ARRAY_WITH_PERCPU_KPTR(128);
205 /* Alloc 128 16-bytes objects in batch to trigger refilling, in test_batch_alloc_free()
206 * then free 128 16-bytes objects in batch to trigger freeing. in test_batch_alloc_free()
208 CALL_BATCH_ALLOC_FREE(16, 128, 0); in test_batch_alloc_free()
209 CALL_BATCH_ALLOC_FREE(32, 128, 1); in test_batch_alloc_free()
210 CALL_BATCH_ALLOC_FREE(64, 128, 2); in test_batch_alloc_free()
211 CALL_BATCH_ALLOC_FREE(96, 128, 3); in test_batch_alloc_free()
212 CALL_BATCH_ALLOC_FREE(128, 128, 4); in test_batch_alloc_free()
213 CALL_BATCH_ALLOC_FREE(192, 128, 5); in test_batch_alloc_free()
214 CALL_BATCH_ALLOC_FREE(256, 128, 6); in test_batch_alloc_free()
229 /* Alloc 128 16-bytes objects in batch to trigger refilling, in test_free_through_map_free()
232 CALL_BATCH_ALLOC(16, 128, 0); in test_free_through_map_free()
233 CALL_BATCH_ALLOC(32, 128, 1); in test_free_through_map_free()
234 CALL_BATCH_ALLOC(64, 128, 2); in test_free_through_map_free()
235 CALL_BATCH_ALLOC(96, 128, 3); in test_free_through_map_free()
236 CALL_BATCH_ALLOC(128, 128, 4); in test_free_through_map_free()
237 CALL_BATCH_ALLOC(192, 128, 5); in test_free_through_map_free()
238 CALL_BATCH_ALLOC(256, 128, 6); in test_free_through_map_free()
253 /* Alloc 128 8-bytes per-cpu objects in batch to trigger refilling, in test_batch_percpu_alloc_free()
254 * then free 128 8-bytes per-cpu objects in batch to trigger freeing. in test_batch_percpu_alloc_free()
256 CALL_BATCH_PERCPU_ALLOC_FREE(8, 128, 0); in test_batch_percpu_alloc_free()
257 CALL_BATCH_PERCPU_ALLOC_FREE(16, 128, 1); in test_batch_percpu_alloc_free()
258 CALL_BATCH_PERCPU_ALLOC_FREE(32, 128, 2); in test_batch_percpu_alloc_free()
259 CALL_BATCH_PERCPU_ALLOC_FREE(64, 128, 3); in test_batch_percpu_alloc_free()
260 CALL_BATCH_PERCPU_ALLOC_FREE(96, 128, 4); in test_batch_percpu_alloc_free()
261 CALL_BATCH_PERCPU_ALLOC_FREE(128, 128, 5); in test_batch_percpu_alloc_free()
262 CALL_BATCH_PERCPU_ALLOC_FREE(192, 128, 6); in test_batch_percpu_alloc_free()
263 CALL_BATCH_PERCPU_ALLOC_FREE(256, 128, 7); in test_batch_percpu_alloc_free()
275 /* Alloc 128 8-bytes per-cpu objects in batch to trigger refilling, in test_percpu_free_through_map_free()
278 CALL_BATCH_PERCPU_ALLOC(8, 128, 0); in test_percpu_free_through_map_free()
279 CALL_BATCH_PERCPU_ALLOC(16, 128, 1); in test_percpu_free_through_map_free()
280 CALL_BATCH_PERCPU_ALLOC(32, 128, 2); in test_percpu_free_through_map_free()
281 CALL_BATCH_PERCPU_ALLOC(64, 128, 3); in test_percpu_free_through_map_free()
282 CALL_BATCH_PERCPU_ALLOC(96, 128, 4); in test_percpu_free_through_map_free()
283 CALL_BATCH_PERCPU_ALLOC(128, 128, 5); in test_percpu_free_through_map_free()
284 CALL_BATCH_PERCPU_ALLOC(192, 128, 6); in test_percpu_free_through_map_free()
285 CALL_BATCH_PERCPU_ALLOC(256, 128, 7); in test_percpu_free_through_map_free()