Searched refs:timespec64_add (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | time_namespace.h | 69 *ts = timespec64_add(*ts, ns_offsets->monotonic); in timens_add_monotonic() 76 *ts = timespec64_add(*ts, ns_offsets->boottime); in timens_add_boottime()
|
H A D | time64.h | 68 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() function
|
/openbmc/linux/arch/arm/xen/ |
H A D | enlighten.c | 96 *ts = timespec64_add(now, ts_monotonic); in xen_read_wallclock() 111 system_time = timespec64_add(now, tk->wall_to_monotonic); in xen_pvclock_gtod_notify()
|
/openbmc/linux/kernel/time/ |
H A D | namespace.c | 419 tp = timespec64_add(tp, off->val); in proc_timens_set_offset()
|
H A D | ntp.c | 552 *to_set = timespec64_add(*now, delay); in rtc_tv_nsec_ok()
|
H A D | timekeeping.c | 1378 tmp = timespec64_add(tk_xtime(tk), *ts); in timekeeping_inject_offset() 1892 timespec64_add(timekeeping_suspend_time, delta_delta); in timekeeping_suspend()
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_ptp.c | 188 now = timespec64_add(now, then); in hellcreek_ptp_adjtime()
|
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb_ptp.c | 170 now = timespec64_add(now, then); in gem_ptp_adjtime()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ptp.c | 82 now = timespec64_add(now, then); in igc_ptp_adjtime_i225()
|
H A D | igc_main.c | 5321 ts = timespec64_add(adapter->perout[0].start, in igc_tsync_interrupt() 5334 ts = timespec64_add(adapter->perout[1].start, in igc_tsync_interrupt()
|
/openbmc/linux/fs/smb/client/ |
H A D | dfs_cache.c | 357 return timespec64_add(now, ts); in get_expire_time()
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_ptp.c | 820 ptp_data->clock_time = timespec64_add(ptp_data->clock_time, delta64); in ksz_ptp_adjtime()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ptp.c | 430 now = timespec64_add(now, then); in i40e_ptp_adjtime()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 251 now = timespec64_add(now, then); in igb_ptp_adjtime_i210()
|
H A D | igb_main.c | 6945 ts = timespec64_add(adapter->perout[tsintr_tt].start, in igb_perout()
|
/openbmc/linux/drivers/net/phy/ |
H A D | nxp-c45-tja11xx.c | 492 now = timespec64_add(now, then); in nxp_c45_ptp_adjtime()
|
/openbmc/linux/net/ceph/ |
H A D | messenger.c | 1861 ts = timespec64_add(con->last_keepalive_ack, ts); in ceph_con_keepalive_expired()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp.c | 1906 now = timespec64_add(now, then); in ice_ptp_adjtime_nonatomic()
|