Lines Matching refs:start_time
84 __u64 start_time; in test_hash_prealloc() local
87 start_time = time_get_ns(); in test_hash_prealloc()
91 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
126 __u64 start_time; in do_test_lru() local
188 start_time = time_get_ns(); in do_test_lru()
200 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
225 __u64 start_time; in test_percpu_hash_prealloc() local
228 start_time = time_get_ns(); in test_percpu_hash_prealloc()
232 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
237 __u64 start_time; in test_hash_kmalloc() local
240 start_time = time_get_ns(); in test_hash_kmalloc()
244 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
249 __u64 start_time; in test_percpu_hash_kmalloc() local
252 start_time = time_get_ns(); in test_percpu_hash_kmalloc()
256 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
261 __u64 start_time; in test_lpm_kmalloc() local
264 start_time = time_get_ns(); in test_lpm_kmalloc()
268 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
273 __u64 start_time; in test_hash_lookup() local
276 start_time = time_get_ns(); in test_hash_lookup()
280 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
285 __u64 start_time; in test_array_lookup() local
288 start_time = time_get_ns(); in test_array_lookup()
292 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()