Searched refs:start_ts (Results 1 – 5 of 5) 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 | 555 struct timespec start_ts, end_ts; in TEST_F() local 557 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() 558 start_test_loop(&start_ts, self->verbose); in TEST_F() 600 } while (end_ts.tv_sec - start_ts.tv_sec < self->duration_sec); in TEST_F() 634 struct timespec start_ts, end_ts; in TEST_F() local 636 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() 637 start_test_loop(&start_ts, self->verbose); in TEST_F() 667 } while (end_ts.tv_sec - start_ts.tv_sec < self->duration_sec); in TEST_F() 701 struct timespec start_ts, end_ts; in TEST_F() local 703 clock_gettime(CLOCK_MONOTONIC_COARSE, &start_ts); in TEST_F() [all...] |
/linux/net/ipv4/ |
H A D | tcp_timer.c | 218 unsigned int start_ts, delta; in retransmits_timed_out() local 223 start_ts = tp->retrans_stamp; in retransmits_timed_out() 234 delta = tp->tcp_mstamp - start_ts + jiffies_to_usecs(1); in retransmits_timed_out() 237 return (s32)(tcp_time_stamp_ts(tp) - start_ts - timeout) >= 0; in retransmits_timed_out()
|
/linux/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 386 ktime_t start_ts; /* Stream start timestamp */ member
|
H A D | uvc_video.c | 921 stream->stats.stream.start_ts = ktime_get(); in uvc_video_stats_decode() 1068 stream->stats.stream.start_ts); in uvc_video_stats_dump()
|