Searched refs:timespec64_add_ns (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | time64.h | 163 static __always_inline void timespec64_add_ns(struct timespec64 *a, u64 ns) in timespec64_add_ns() function
|
| /linux/arch/arm/mach-omap1/ |
| H A D | timer32k.c | 202 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
|
| /linux/kernel/time/ |
| H A D | timekeeping.c | 951 timespec64_add_ns(ts, nsecs); in ktime_get_real_ts64() 1117 timespec64_add_ns(ts, nsec + tomono.tv_nsec); in ktime_get_ts64() 1814 timespec64_add_ns(ts, nsecs); in ktime_get_raw_ts64() 2663 timespec64_add_ns(ts, nsecs); in ktime_get_real_ts64_mg()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | ptp.c | 866 timespec64_add_ns(&limit, SYNCHRONISE_PERIOD_NS); in efx_ptp_send_times() 876 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 853 timespec64_add_ns(&limit, SYNCHRONISE_PERIOD_NS); in efx_ptp_send_times() 863 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
|
| /linux/drivers/ptp/ |
| H A D | ptp_clockmatrix.c | 744 timespec64_add_ns(&local_ts, total_overhead_ns); in _idtcm_set_dpll_hw_tod() 770 timespec64_add_ns(&local_ts, SETTIME_CORRECTION); in _idtcm_set_dpll_scsr_tod()
|
| H A D | ptp_idt82p33.c | 424 timespec64_add_ns(&local_ts, dynamic_overhead_ns); in _idt82p33_settime()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ptp.c | 1245 timespec64_add_ns(&ts, ktime_to_ns(delta)); in igc_ptp_time_restore()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ptp.c | 1456 timespec64_add_ns(&pf->ptp_prev_hw_time, ktime_to_ns(delta)); in i40e_ptp_restore_hw_time()
|