Searched refs:USEC_PER_MSEC (Results 1 – 12 of 12) sorted by relevance
59 time_average = avg_stats(&time_stats) / USEC_PER_MSEC; in do_kallsyms_parse()60 time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC; in do_kallsyms_parse()
160 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()172 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
77 requeuetime_avg / USEC_PER_MSEC, in print_summary()261 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()268 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()
93 waketime_avg / USEC_PER_MSEC, in print_summary()205 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
313 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()317 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
185 params.nthreads, waketime_avg / USEC_PER_MSEC, in print_run()201 waketime_avg / USEC_PER_MSEC, in print_summary()
432 time_average = avg_stats(&time_stats) / USEC_PER_MSEC; in do_inject_loop()433 time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC; in do_inject_loop()
6 #define USEC_PER_MSEC 1000L macro
113 #define USEC_PER_MSEC (1000L) macro115 #define NSEC_PER_MSEC (USEC_PER_MSEC * NSEC_PER_USEC)118 #define USEC_PER_SEC (USEC_PER_MSEC * MSEC_PER_SEC)124 static long sleep_time = (USEC_PER_MSEC * SLEEP_TIME_MS_DEFAULT);541 long time_us = time_ms * USEC_PER_MSEC; in mutex_trylock_limit()1948 sleep_time = value * USEC_PER_MSEC; in scan_arguments()2053 sleep_time / USEC_PER_MSEC); in show_params()
111 #define USEC_PER_MSEC 1000UL macro449 return min((__u64)USEC_PER_MSEC, in hystart_ack_delay()
945 usleep(target.initial_delay * USEC_PER_MSEC); in __run_perf_stat()
1854 usleep(opts->initial_delay * USEC_PER_MSEC); in __cmd_record()