Searched refs:max_cnt (Results 1 – 2 of 2) sorted by relevance
71 static uint32_t max_cnt = 1000000; variable84 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()[all …]
81 __u64 max_cnt = 0; in print_hist() local94 if (value > max_cnt) in print_hist()95 max_cnt = value; in print_hist()99 int c = num_colors * cnt[key] / (max_cnt + 1); in print_hist()