Searched refs:timespec64_add_ns (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/arm/plat-omap/ |
D | counter_32k.c | 68 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
|
/Linux-v4.19/include/linux/ |
D | time64.h | 139 static __always_inline void timespec64_add_ns(struct timespec64 *a, u64 ns) in timespec64_add_ns() function
|
/Linux-v4.19/drivers/clocksource/ |
D | tegra20_timer.c | 144 timespec64_add_ns(&persistent_ts, delta * NSEC_PER_MSEC); in tegra_read_persistent_clock64()
|
/Linux-v4.19/kernel/time/ |
D | timekeeping.c | 740 timespec64_add_ns(ts, nsecs); in ktime_get_real_ts64() 895 timespec64_add_ns(ts, nsec + tomono.tv_nsec); in ktime_get_ts64() 1442 timespec64_add_ns(ts, nsecs); in ktime_get_raw_ts64()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 150 timespec64_add_ns(&now, delta); in i40e_ptp_adjtime()
|
/Linux-v4.19/drivers/iio/adc/ |
D | ina2xx-adc.c | 814 timespec64_add_ns(&next, 1000 * sampling_us); in ina2xx_capture_thread()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ptp.c | 837 timespec64_add_ns(&limit, SYNCHRONISE_PERIOD_NS); in efx_ptp_send_times() 847 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
|
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_si_intf.c | 965 timespec64_add_ns(busy_until, max_busy_us*NSEC_PER_USEC); in ipmi_thread_busy_wait()
|