Searched refs:start_time (Results 1 – 4 of 4) sorted by relevance
85 __u64 start_time; in test_hash_prealloc() local88 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() local186 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() local226 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[all …]
35 __u64 start_time; in test_task_rename() local44 start_time = time_get_ns(); in test_task_rename()53 cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in test_task_rename()59 __u64 start_time; in test_urandom_read() local68 start_time = time_get_ns(); in test_urandom_read()77 cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in test_urandom_read()
17 static __u64 start_time; variable39 MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in print_bpf_output()98 start_time = time_get_ns(); in main()
75 static unsigned long start_time; variable441 unsigned long dt = (get_nsecs() - start_time); in is_benchmark_done()1524 start_time = prev_time; in main()