Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Draw_skew.c62 long long start_ns, end_ns; in diff_timespec() local
65 end_ns = ts_to_nsec(end); in diff_timespec()
66 return end_ns - start_ns; in diff_timespec()
H A Dadjtick.c61 long long start_ns, end_ns; in diff_timespec() local
64 end_ns = ts_to_nsec(end); in diff_timespec()
66 return end_ns - start_ns; in diff_timespec()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dptp.c902 unsigned start_ns, end_ns; in efx_ptp_read_timeset() local
912 end_ns = timeset->host_end & MC_NANOSECOND_MASK; in efx_ptp_read_timeset()
914 if (end_ns < start_ns) in efx_ptp_read_timeset()
915 end_ns += NSEC_PER_SEC; in efx_ptp_read_timeset()
917 timeset->window = end_ns - start_ns; in efx_ptp_read_timeset()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h2037 __field( u64, end_ns )
2047 __entry->end_ns = ktime_get_ns();
2048 __entry->diff_ns = __entry->end_ns - start_ns;
2056 __entry->start_ns, __entry->end_ns, __entry->diff_ns,