Lines Matching refs:time_get_ns
30 static __u64 time_get_ns(void) in time_get_ns() function
86 start_time = time_get_ns(); in test_hash_prealloc()
90 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
184 start_time = time_get_ns(); in do_test_lru()
196 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
224 start_time = time_get_ns(); in test_percpu_hash_prealloc()
228 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
236 start_time = time_get_ns(); in test_hash_kmalloc()
240 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
248 start_time = time_get_ns(); in test_percpu_hash_kmalloc()
252 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
260 start_time = time_get_ns(); in test_lpm_kmalloc()
264 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
272 start_time = time_get_ns(); in test_hash_lookup()
276 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
284 start_time = time_get_ns(); in test_array_lookup()
288 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()