Home
last modified time | relevance | path

Searched refs:end_ns (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dstress_reuseport_listen.c72 unsigned long start_ns, end_ns; in main() local
94 end_ns = end_ts.tv_sec * NSEC_PER_SEC + end_ts.tv_nsec; in main()
97 (end_ns - start_ns) / NSEC_PER_SEC, in main()
98 (end_ns - start_ns) / NSEC_PER_USEC); in main()
/linux/tools/testing/selftests/timers/
H A Draw_skew.c60 long long start_ns, end_ns; in diff_timespec() local
63 end_ns = ts_to_nsec(end); in diff_timespec()
64 return end_ns - start_ns; in diff_timespec()
H A Dadjtick.c57 long long start_ns, end_ns; in diff_timespec() local
60 end_ns = ts_to_nsec(end); in diff_timespec()
62 return end_ns - start_ns; in diff_timespec()
/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c895 unsigned start_ns, end_ns; in efx_ptp_read_timeset() local
905 end_ns = timeset->host_end & MC_NANOSECOND_MASK; in efx_ptp_read_timeset()
907 if (end_ns < start_ns) in efx_ptp_read_timeset()
908 end_ns += NSEC_PER_SEC; in efx_ptp_read_timeset()
910 timeset->window = end_ns - start_ns; in efx_ptp_read_timeset()
/linux/drivers/net/ethernet/sfc/
H A Dptp.c882 unsigned start_ns, end_ns; in efx_ptp_read_timeset() local
892 end_ns = timeset->host_end & MC_NANOSECOND_MASK; in efx_ptp_read_timeset()
894 if (end_ns < start_ns) in efx_ptp_read_timeset()
895 end_ns += NSEC_PER_SEC; in efx_ptp_read_timeset()
897 timeset->window = end_ns - start_ns; in efx_ptp_read_timeset()
/linux/tools/testing/selftests/mm/
H A Dmremap_test.c1000 long long start_ns, end_ns, align_mask, ret, offset; in remap_region() local
1153 end_ns = t_end.tv_sec * NS_PER_SEC + t_end.tv_nsec; in remap_region()
1154 ret = end_ns - start_ns; in remap_region()
/linux/include/trace/events/
H A Dbtrfs.h2270 __field( u64, end_ns )
2280 __entry->end_ns = ktime_get_ns();
2281 __entry->diff_ns = __entry->end_ns - start_ns;
2289 __entry->start_ns, __entry->end_ns, __entry->diff_ns,