| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | class.c | 129 delta = timespec64_sub(old_system, old_rtc); in rtc_suspend() 130 delta_delta = timespec64_sub(delta, old_delta); in rtc_suspend() 139 old_system = timespec64_sub(old_system, delta_delta); in rtc_suspend() 177 sleep_time = timespec64_sub(new_rtc, old_rtc); in rtc_resume() 186 sleep_time = timespec64_sub(sleep_time, in rtc_resume() 187 timespec64_sub(new_system, old_system)); in rtc_resume()
|
| /OK3568_Linux_fs/kernel/drivers/pps/generators/ |
| H A D | pps_gen_parport.c | 113 dts = timespec64_sub(ts3, ts2); in hrtimer_event() 119 dts = timespec64_sub(ts1, expire_time); in hrtimer_event() 159 b = timespec64_sub(b, a); in calibrate_port()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pps_kernel.h | 114 ts->ts_real = timespec64_sub(ts->ts_real, delta); in pps_sub_ts() 116 ts->ts_raw = timespec64_sub(ts->ts_raw, delta); in pps_sub_ts()
|
| H A D | time64.h | 75 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub() function
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fnic/ |
| H A D | fnic_trace.c | 239 (s64)timespec64_sub(val1, stats->stats_timestamps.last_reset_time).tv_sec, in fnic_get_stats_data() 240 timespec64_sub(val1, stats->stats_timestamps.last_reset_time).tv_nsec, in fnic_get_stats_data() 241 (s64)timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_sec, in fnic_get_stats_data() 242 timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_nsec); in fnic_get_stats_data()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timekeeping.c | 1315 ts_delta = timespec64_sub(*ts, xt); in do_settimeofday64() 1322 tk_set_wall_to_mono(tk, timespec64_sub(tk->wall_to_monotonic, ts_delta)); in do_settimeofday64() 1373 tk_set_wall_to_mono(tk, timespec64_sub(tk->wall_to_monotonic, *ts)); in timekeeping_inject_offset() 1631 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init() 1673 tk_set_wall_to_mono(tk, timespec64_sub(tk->wall_to_monotonic, *delta)); in __timekeeping_inject_sleeptime() 1787 ts_delta = timespec64_sub(ts_new, timekeeping_suspend_time); in timekeeping_resume() 1854 delta = timespec64_sub(tk_xtime(tk), timekeeping_suspend_time); in timekeeping_suspend() 1855 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend() 2067 timespec64_sub(tk->wall_to_monotonic, ts)); in accumulate_nsecs_to_secs()
|
| H A D | ntp.c | 1003 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.h | 124 ts = timespec64_sub(to, ts); in etnaviv_timeout_to_jiffies()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | wakeup_reason.c | 351 sleep_time = timespec64_sub(total_time, suspend_resume_time); in last_suspend_time_show()
|
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_timer.c | 451 tm = timespec64_sub(tm, tmr->last_update); in snd_seq_timer_get_cur_time()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | pxa3xx-gcu.c | 122 ts = timespec64_sub(ts, priv->base_time); \
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | select.c | 88 now = timespec64_sub(*tv, now); in select_estimate_accuracy() 316 rts = timespec64_sub(*end_time, rts); in poll_select_finish()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | time.c | 233 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_IDLETIMER.c | 254 ts = timespec64_sub(ts, timer->last_suspend_time); in idletimer_resume()
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | ina2xx-adc.c | 820 delta = timespec64_sub(next, now); in ina2xx_capture_thread()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | mmc_test.c | 565 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_rate() 591 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_avg_rate() 1943 ts = timespec64_sub(ts2, ts1); in mmc_test_rnd_perf()
|
| /OK3568_Linux_fs/kernel/drivers/pci/endpoint/functions/ |
| H A D | pci-epf-test.c | 204 ts = timespec64_sub(*end, *start); in pci_epf_test_print_rate()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | GobiUSBNet.c | 71 #define timespec64_sub timespec_sub macro 700 diff = timespec64_sub(now, priv->agg_time); in rmnet_usb_tx_agg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 2188 delta = timespec64_sub(*e_ts, time_now); in efx_phc_settime()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | usbtest.c | 2723 duration = timespec64_sub(end, start); in usbtest_ioctl()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 2732 *timeout = timespec64_sub(end_time, timeout64); in do_recvmmsg()
|