Home
last modified time | relevance | path

Searched refs:timespec64_add (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtime_namespace.h70 *ts = timespec64_add(*ts, ns_offsets->monotonic); in timens_add_monotonic()
77 *ts = timespec64_add(*ts, ns_offsets->boottime); in timens_add_boottime()
H A Dtime64.h63 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() function
H A Drtc.h231 *to_set = timespec64_add(*now, delay); in rtc_tv_nsec_ok()
/OK3568_Linux_fs/kernel/arch/arm/xen/
H A Denlighten.c91 *ts = timespec64_add(now, ts_monotonic); in xen_read_wallclock()
106 system_time = timespec64_add(now, tk->wall_to_monotonic); in xen_pvclock_gtod_notify()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_IDLETIMER.c81 temp = timespec64_add(timer->delayed_timer_trigger, in check_for_delayed_trigger()
89 temp = timespec64_add(timer->last_modified_timer, temp); in check_for_delayed_trigger()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dnamespace.c406 tp = timespec64_add(tp, off->val); in proc_timens_set_offset()
H A Dtimekeeping.c1365 tmp = timespec64_add(tk_xtime(tk), *ts); in timekeeping_inject_offset()
1865 timespec64_add(timekeeping_suspend_time, delta_delta); in timekeeping_suspend()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c78 now = timespec64_add(now, then); in igc_ptp_adjtime_i225()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c165 now = timespec64_add(now, then); in gem_ptp_adjtime()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c155 now = timespec64_add(now, then); in i40e_ptp_adjtime()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c272 now = timespec64_add(now, then); in igb_ptp_adjtime_i210()
H A Digb_main.c6781 ts = timespec64_add(adapter->perout[0].start, in igb_tsync_interrupt()
6796 ts = timespec64_add(adapter->perout[1].start, in igb_tsync_interrupt()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddfs_cache.c350 return timespec64_add(now, ts); in get_expire_time()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmessenger.c3235 ts = timespec64_add(con->last_keepalive_ack, ts); in ceph_con_keepalive_expired()