Searched refs:end_ns (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | stress_reuseport_listen.c | 72 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 D | raw_skew.c | 60 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 D | adjtick.c | 57 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 D | ptp.c | 895 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 D | ptp.c | 882 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 D | mremap_test.c | 1000 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 D | btrfs.h | 2270 __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,
|