Lines Matching refs:max_cnt
75 static uint32_t max_cnt = 10000; variable
88 for (i = 0; i < max_cnt; i++) in test_hash_prealloc()
91 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
189 for (i = 0; i < max_cnt; i++) { in do_test_lru()
200 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
229 for (i = 0; i < max_cnt; i++) in test_percpu_hash_prealloc()
232 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
241 for (i = 0; i < max_cnt; i++) in test_hash_kmalloc()
244 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
253 for (i = 0; i < max_cnt; i++) in test_percpu_hash_kmalloc()
256 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
265 for (i = 0; i < max_cnt; i++) in test_lpm_kmalloc()
268 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
277 for (i = 0; i < max_cnt; i++) in test_hash_lookup()
280 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
289 for (i = 0; i < max_cnt; i++) in test_array_lookup()
292 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()
444 max_cnt = atoi(argv[4]); in main()