Lines Matching full:128
20 const unsigned int data_sizes[] = {8, 16, 32, 64, 96, 128, 192, 256, 512, 1024, 2048, 4096};
39 __uint(max_entries, 128); \
92 DEFINE_ARRAY_WITH_KPTR(128);
106 /* Alloc 128 8-bytes objects in batch to trigger refilling, in test_bpf_mem_alloc_free()
107 * then free 128 8-bytes objects in batch to trigger freeing. in test_bpf_mem_alloc_free()
109 CALL_BATCH_ALLOC_FREE(8, 128, 0); in test_bpf_mem_alloc_free()
110 CALL_BATCH_ALLOC_FREE(16, 128, 1); in test_bpf_mem_alloc_free()
111 CALL_BATCH_ALLOC_FREE(32, 128, 2); in test_bpf_mem_alloc_free()
112 CALL_BATCH_ALLOC_FREE(64, 128, 3); in test_bpf_mem_alloc_free()
113 CALL_BATCH_ALLOC_FREE(96, 128, 4); in test_bpf_mem_alloc_free()
114 CALL_BATCH_ALLOC_FREE(128, 128, 5); in test_bpf_mem_alloc_free()
115 CALL_BATCH_ALLOC_FREE(192, 128, 6); in test_bpf_mem_alloc_free()
116 CALL_BATCH_ALLOC_FREE(256, 128, 7); in test_bpf_mem_alloc_free()