Searched refs:start_ts (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | stress_reuseport_listen.c | 71 struct timespec start_ts, end_ts; in main() local 85 clock_gettime(CLOCK_MONOTONIC, &start_ts); in main() 93 start_ns = start_ts.tv_sec * NSEC_PER_SEC + start_ts.tv_nsec; in main()
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-maps-race.c | 576 struct timespec start_ts, end_ts; in TEST_F() local 578 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() 579 start_test_loop(&start_ts, self->verbose); in TEST_F() 636 } while (end_ts.tv_sec - start_ts.tv_sec < self->duration_sec); in TEST_F() 670 struct timespec start_ts, end_ts; in TEST_F() local 672 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() 673 start_test_loop(&start_ts, self->verbose); in TEST_F() 716 } while (end_ts.tv_sec - start_ts.tv_sec < self->duration_sec); in TEST_F() 750 struct timespec start_ts, end_ts; in TEST_F() local 752 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() [all …]
|
| /linux/net/ipv4/ |
| H A D | tcp_timer.c | 219 unsigned int start_ts, delta; in retransmits_timed_out() local 224 start_ts = tp->retrans_stamp; in retransmits_timed_out() 235 delta = tp->tcp_mstamp - start_ts + jiffies_to_usecs(1); in retransmits_timed_out() 238 return (s32)(tcp_time_stamp_ts(tp) - start_ts - timeout) >= 0; in retransmits_timed_out()
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_video.c | 920 stream->stats.stream.start_ts = ktime_get(); in uvc_video_stats_decode() 1067 stream->stats.stream.start_ts); in uvc_video_stats_dump()
|