Home
last modified time | relevance | path

Searched refs:ns_to_timespec64 (Results 1 – 25 of 55) sorted by relevance

123

/kernel/linux/linux-5.10/kernel/time/
Ditimer.c72 value->it_value = ns_to_timespec64(val); in get_cpu_itimer()
73 value->it_interval = ns_to_timespec64(interval); in get_cpu_itimer()
195 ovalue->it_value = ns_to_timespec64(oval); in set_cpu_itimer()
196 ovalue->it_interval = ns_to_timespec64(ointerval); in set_cpu_itimer()
Dposix-cpu-timers.c369 *tp = ns_to_timespec64(t); in posix_cpu_clock_get()
656 old->it_value = ns_to_timespec64(old_expires); in posix_cpu_timer_set()
719 old->it_interval = ns_to_timespec64(old_incr); in posix_cpu_timer_set()
753 itp->it_value = ns_to_timespec64(expires - now); in posix_cpu_timer_get()
1509 t = ns_to_timespec64(restart_block->nanosleep.expires); in posix_cpu_nsleep_restart()
Dtime.c454 struct timespec64 ts = ns_to_timespec64(nsec); in ns_to_kernel_old_timeval()
506 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64() function
526 EXPORT_SYMBOL(ns_to_timespec64);
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
Dptp.c190 *ts = ns_to_timespec64(ns); in e1000e_phc_gettimex()
248 ts = ns_to_timespec64(ns); in e1000e_systim_overflow_work()
/kernel/linux/linux-5.10/drivers/ptp/
Dptp_vmw.c61 *ts = ns_to_timespec64(ns); in ptp_vmw_gettime()
Dptp_dte.c188 *ts = ns_to_timespec64(dte_read_nco_with_ovf(ptp_dte)); in ptp_dte_gettime()
/kernel/linux/linux-5.10/fs/vboxsf/
Dutils.c113 inode->i_atime = ns_to_timespec64( in vboxsf_init_inode()
115 inode->i_ctime = ns_to_timespec64( in vboxsf_init_inode()
117 inode->i_mtime = ns_to_timespec64( in vboxsf_init_inode()
/kernel/linux/linux-5.10/include/linux/
Dtime64.h140 extern struct timespec64 ns_to_timespec64(const s64 nsec);
Dktime.h77 #define ktime_to_timespec64(kt) ns_to_timespec64((kt))
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
Digb_ptp.c267 struct timespec64 now, then = ns_to_timespec64(delta); in igb_ptp_adjtime_i210()
302 *ts = ns_to_timespec64(ns); in igb_ptp_gettimex_82576()
330 *ts = ns_to_timespec64(ns); in igb_ptp_gettimex_82580()
587 ts = ns_to_timespec64(ns); in igb_ptp_feature_enable_i210()
725 ts = ns_to_timespec64(ns); in igb_ptp_overflow_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c196 *ts = ns_to_timespec64(nsec); in xgbe_gettime()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_tas.c770 base_time_ts = ns_to_timespec64(base_time); in sja1105_tas_state_machine()
771 now_ts = ns_to_timespec64(now); in sja1105_tas_state_machine()
795 diff = ns_to_timespec64(tas_data->oper_base_time - now); in sja1105_tas_state_machine()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ptp.c87 *ts = ns_to_timespec64(nsec); in otx2_ptp_gettime()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ptp.c104 *ts = ns_to_timespec64(ns); in stmmac_get_time()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Dfec_ptp.c142 ts = ns_to_timespec64(ns); in fec_ptp_enable_pps()
385 *ts = ns_to_timespec64(ns); in fec_ptp_gettime()
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
Dmacb_ptp.c155 struct timespec64 now, then = ns_to_timespec64(delta); in gem_ptp_adjtime()
220 ts = ns_to_timespec64(ktime_to_ns(ktime_get_real())); in gem_ptp_init_tsu()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c53 *ts = ns_to_timespec64(ns); in i40e_ptp_read()
151 then = ns_to_timespec64(delta); in i40e_ptp_adjtime()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c187 *ts = ns_to_timespec64(ns); in mlx4_en_phc_gettime()
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
Dptp_ixp46x.c179 *ts = ns_to_timespec64(ns); in ptp_ixp_gettime()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/common/
Dcavium_ptp.c173 *ts = ns_to_timespec64(nsec); in cavium_ptp_gettime()
/kernel/linux/linux-5.10/include/media/
Dv4l2-common.h537 struct timespec64 ts = ns_to_timespec64(timestamp); in v4l2_buffer_set_timestamp()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_tai.c224 ts = ns_to_timespec64(delta); in mvpp22_tai_adjtime()
/kernel/linux/linux-5.10/fs/adfs/
Dinode.c196 *tv = ns_to_timespec64(nsec); in adfs_adfs2unix_time()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c196 *ts = ns_to_timespec64(ns); in mlx5_ptp_gettimex()
564 ns_to_timespec64(ptp_event.timestamp); in mlx5_pps_event()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_ptp.c114 ts = ns_to_timespec64(now + delta); in ocelot_ptp_adjtime()

123