Lines Matching refs:start_time
80 __u64 start_time; in test_hash_prealloc() local
83 start_time = time_get_ns(); in test_hash_prealloc()
87 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
122 __u64 start_time; in do_test_lru() local
181 start_time = time_get_ns(); in do_test_lru()
193 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
218 __u64 start_time; in test_percpu_hash_prealloc() local
221 start_time = time_get_ns(); in test_percpu_hash_prealloc()
225 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
230 __u64 start_time; in test_hash_kmalloc() local
233 start_time = time_get_ns(); in test_hash_kmalloc()
237 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
242 __u64 start_time; in test_percpu_hash_kmalloc() local
245 start_time = time_get_ns(); in test_percpu_hash_kmalloc()
249 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
254 __u64 start_time; in test_lpm_kmalloc() local
257 start_time = time_get_ns(); in test_lpm_kmalloc()
261 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
266 __u64 start_time; in test_hash_lookup() local
269 start_time = time_get_ns(); in test_hash_lookup()
273 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
278 __u64 start_time; in test_array_lookup() local
281 start_time = time_get_ns(); in test_array_lookup()
285 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()