Lines Matching refs:max_cnt
71 static uint32_t max_cnt = 1000000; variable
84 for (i = 0; i < max_cnt; i++) in test_hash_prealloc()
87 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
182 for (i = 0; i < max_cnt; i++) { in do_test_lru()
193 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
222 for (i = 0; i < max_cnt; i++) in test_percpu_hash_prealloc()
225 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
234 for (i = 0; i < max_cnt; i++) in test_hash_kmalloc()
237 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
246 for (i = 0; i < max_cnt; i++) in test_percpu_hash_kmalloc()
249 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
258 for (i = 0; i < max_cnt; i++) in test_lpm_kmalloc()
261 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
270 for (i = 0; i < max_cnt; i++) in test_hash_lookup()
273 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
282 for (i = 0; i < max_cnt; i++) in test_array_lookup()
285 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()
449 max_cnt = atoi(argv[4]); in main()