Lines Matching refs:start_time

85 	__u64 start_time;  in test_hash_prealloc()  local
88 start_time = time_get_ns(); in test_hash_prealloc()
92 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
127 __u64 start_time; in do_test_lru() local
186 start_time = time_get_ns(); in do_test_lru()
198 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
223 __u64 start_time; in test_percpu_hash_prealloc() local
226 start_time = time_get_ns(); in test_percpu_hash_prealloc()
230 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
235 __u64 start_time; in test_hash_kmalloc() local
238 start_time = time_get_ns(); in test_hash_kmalloc()
242 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
247 __u64 start_time; in test_percpu_hash_kmalloc() local
250 start_time = time_get_ns(); in test_percpu_hash_kmalloc()
254 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
259 __u64 start_time; in test_lpm_kmalloc() local
262 start_time = time_get_ns(); in test_lpm_kmalloc()
266 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
271 __u64 start_time; in test_hash_lookup() local
274 start_time = time_get_ns(); in test_hash_lookup()
278 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
283 __u64 start_time; in test_array_lookup() local
286 start_time = time_get_ns(); in test_array_lookup()
290 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()