Home
last modified time | relevance | path

Searched refs:timespec64_sub (Results 1 – 24 of 24) sorted by relevance

/linux-6.15/drivers/rtc/
H A Dclass.c129 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()
/linux-6.15/drivers/pps/generators/
H A Dpps_gen_parport.c111 dts = timespec64_sub(ts3, ts2); in hrtimer_event()
117 dts = timespec64_sub(ts1, expire_time); in hrtimer_event()
157 b = timespec64_sub(b, a); in calibrate_port()
/linux-6.15/include/linux/
H A Dpps_kernel.h113 ts->ts_real = timespec64_sub(ts->ts_real, delta); in pps_sub_ts()
115 ts->ts_raw = timespec64_sub(ts->ts_raw, delta); in pps_sub_ts()
H A Dtime64.h85 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub() function
H A Dtime_namespace.h93 *ts = timespec64_sub(*ts, ns_offsets->boottime); in timens_sub_boottime()
/linux-6.15/kernel/time/
H A Dtimekeeping.c1394 ts_delta = timespec64_sub(*ts, xt); in do_settimeofday64()
1401 tk_set_wall_to_mono(tks, timespec64_sub(tks->wall_to_monotonic, ts_delta)); in do_settimeofday64()
1441 tk_set_wall_to_mono(tks, timespec64_sub(tks->wall_to_monotonic, *ts)); in timekeeping_inject_offset()
1703 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()
1743 tk_set_wall_to_mono(tk, timespec64_sub(tk->wall_to_monotonic, *delta)); in __timekeeping_inject_sleeptime()
1848 ts_delta = timespec64_sub(ts_new, timekeeping_suspend_time); in timekeeping_resume()
1915 delta = timespec64_sub(tk_xtime(tks), timekeeping_suspend_time); in timekeeping_suspend()
1916 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend()
2127 timespec64_sub(tk->wall_to_monotonic, ts)); in accumulate_nsecs_to_secs()
H A Dntp.c1056 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, ntpdata->pps_fbase)); in __hardpps()
/linux-6.15/drivers/scsi/fnic/
H A Dfnic_trace.c238 (s64)timespec64_sub(val1, stats->stats_timestamps.last_reset_time).tv_sec, in fnic_get_stats_data()
239 timespec64_sub(val1, stats->stats_timestamps.last_reset_time).tv_nsec, in fnic_get_stats_data()
240 (s64)timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_sec, in fnic_get_stats_data()
241 timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_nsec); in fnic_get_stats_data()
/linux-6.15/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.h124 ts = timespec64_sub(to, ts); in etnaviv_timeout_to_jiffies()
/linux-6.15/lib/math/
H A Dtest_div64.c314 ts = timespec64_sub(ts1, ts0); in test_div64_init()
/linux-6.15/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map_data.c599 diff = timespec64_sub(port->agg_last, last); in rmnet_map_tx_aggregate()
623 diff = timespec64_sub(port->agg_last, port->agg_time); in rmnet_map_tx_aggregate()
/linux-6.15/sound/core/seq/
H A Dseq_timer.c420 tm = timespec64_sub(tm, tmr->last_update); in snd_seq_timer_get_cur_time()
/linux-6.15/drivers/video/fbdev/
H A Dpxa3xx-gcu.c122 ts = timespec64_sub(ts, priv->base_time); \
/linux-6.15/arch/s390/kernel/
H A Dtime.c224 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
/linux-6.15/fs/
H A Dselect.c86 now = timespec64_sub(*tv, now); in select_estimate_accuracy()
314 rts = timespec64_sub(*end_time, rts); in poll_select_finish()
/linux-6.15/lib/kunit/
H A Dtest.c402 kunit_run_case_check_speed(test, test_case, timespec64_sub(end, start)); in kunit_run_case_internal()
/linux-6.15/drivers/iio/adc/
H A Dina2xx-adc.c822 delta = timespec64_sub(next, now); in ina2xx_capture_thread()
/linux-6.15/drivers/mmc/core/
H A Dmmc_test.c564 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_rate()
590 ts = timespec64_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1923 ts = timespec64_sub(ts2, ts1); in mmc_test_rnd_perf()
/linux-6.15/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c307 struct timespec64 ts = timespec64_sub(*end, *start); in pci_epf_test_print_rate()
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_ptp.c449 diff = timespec64_sub(ts, ptp_clock_time); in ksz_tstamp_reconstruct()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dptp.c2137 delta = timespec64_sub(*e_ts, time_now); in efx_phc_settime()
/linux-6.15/drivers/net/ethernet/sfc/
H A Dptp.c2179 delta = timespec64_sub(*e_ts, time_now); in efx_phc_settime()
/linux-6.15/drivers/usb/misc/
H A Dusbtest.c2724 duration = timespec64_sub(end, start); in usbtest_ioctl()
/linux-6.15/net/
H A Dsocket.c2943 *timeout = timespec64_sub(end_time, timeout64); in do_recvmmsg()