Lines Matching refs:max_cnt
74 static uint32_t max_cnt = 1000000; variable
87 for (i = 0; i < max_cnt; i++) in test_hash_prealloc()
90 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
185 for (i = 0; i < max_cnt; i++) { in do_test_lru()
196 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
225 for (i = 0; i < max_cnt; i++) in test_percpu_hash_prealloc()
228 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
237 for (i = 0; i < max_cnt; i++) in test_hash_kmalloc()
240 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
249 for (i = 0; i < max_cnt; i++) in test_percpu_hash_kmalloc()
252 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
261 for (i = 0; i < max_cnt; i++) in test_lpm_kmalloc()
264 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
273 for (i = 0; i < max_cnt; i++) in test_hash_lookup()
276 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
285 for (i = 0; i < max_cnt; i++) in test_array_lookup()
288 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()
452 max_cnt = atoi(argv[4]); in main()