Lines Matching refs:max_cnt
76 static uint32_t max_cnt = 1000000; variable
89 for (i = 0; i < max_cnt; i++) in test_hash_prealloc()
92 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
187 for (i = 0; i < max_cnt; i++) { in do_test_lru()
198 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
227 for (i = 0; i < max_cnt; i++) in test_percpu_hash_prealloc()
230 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
239 for (i = 0; i < max_cnt; i++) in test_hash_kmalloc()
242 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
251 for (i = 0; i < max_cnt; i++) in test_percpu_hash_kmalloc()
254 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
263 for (i = 0; i < max_cnt; i++) in test_lpm_kmalloc()
266 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
275 for (i = 0; i < max_cnt; i++) in test_hash_lookup()
278 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
287 for (i = 0; i < max_cnt; i++) in test_array_lookup()
290 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()
442 max_cnt = atoi(argv[4]); in main()