Searched refs:time_stop (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | time_bench.c | 155 rec->time_stop = rec->ts_stop.tv_nsec + in time_bench_calc_stats() 157 rec->time_interval = rec->time_stop - rec->time_start; in time_bench_calc_stats()
|
| H A D | time_bench.h | 42 uint64_t time_start, time_stop, time_interval; /* in nanosec */ member
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_netdev.c | 45 goto time_stop; in __fbnic_open() 49 goto time_stop; in __fbnic_open() 58 time_stop: in __fbnic_open()
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 598 static void compute_tts(struct timespec *time_start, struct timespec *time_stop, in compute_tts() argument 604 diff_timespec(&time_diff, time_stop, time_start); in compute_tts() 619 struct timespec time_start, time_stop; in dispatch_events() local 646 clock_gettime(CLOCK_MONOTONIC, &time_stop); in dispatch_events() 647 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()
|