Searched refs:ns_to_timespec64 (Results 1 - 25 of 85) sorted by relevance

1234

/linux-master/drivers/ptp/
H A Dptp_vmw.c61 *ts = ns_to_timespec64(ns);
H A Dptp_vclock.c82 *ts = ns_to_timespec64(ns);
106 *ts = ns_to_timespec64(ns);
H A Dptp_mock.c98 *ts = ns_to_timespec64(ns);
/linux-master/kernel/time/
H A Ditimer.c72 value->it_value = ns_to_timespec64(val);
73 value->it_interval = ns_to_timespec64(interval);
195 ovalue->it_value = ns_to_timespec64(oval);
196 ovalue->it_interval = ns_to_timespec64(ointerval);
H A Dtime.c472 struct timespec64 ts = ns_to_timespec64(nsec);
518 * ns_to_timespec64 - Convert nanoseconds to timespec64
523 struct timespec64 ns_to_timespec64(s64 nsec) function
543 EXPORT_SYMBOL(ns_to_timespec64); variable
H A Dposix-cpu-timers.c377 *tp = ns_to_timespec64(t);
707 old->it_value = ns_to_timespec64(old_expires);
783 old->it_interval = ns_to_timespec64(old_incr);
817 itp->it_value = ns_to_timespec64(expires - now);
1624 t = ns_to_timespec64(restart_block->nanosleep.expires);
/linux-master/include/linux/
H A Dtime64.h143 * ns_to_timespec64 - Convert nanoseconds to timespec64
148 extern struct timespec64 ns_to_timespec64(s64 nsec);
H A Dktime.h75 #define ktime_to_timespec64(kt) ns_to_timespec64((kt))
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ptp.c151 *ts = ns_to_timespec64(system_time);
200 *ts = ns_to_timespec64(counter);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dptp.c178 *ts = ns_to_timespec64(ns);
236 ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c184 *ts = ns_to_timespec64(nsec);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c246 struct timespec64 now, then = ns_to_timespec64(delta);
281 *ts = ns_to_timespec64(ns);
309 *ts = ns_to_timespec64(ns);
558 ts = ns_to_timespec64(ns);
617 start = ns_to_timespec64(systim + (ns - rem));
718 ts = ns_to_timespec64(ns);
856 ts = ns_to_timespec64(ns);
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c775 base_time_ts = ns_to_timespec64(base_time);
776 now_ts = ns_to_timespec64(now);
800 diff = ns_to_timespec64(tas_data->oper_base_time - now);
/linux-master/fs/vboxsf/
H A Dutils.c130 ns_to_timespec64(info->access_time.ns_relative_to_unix_epoch));
132 ns_to_timespec64(info->change_time.ns_relative_to_unix_epoch));
134 ns_to_timespec64(info->modification_time.ns_relative_to_unix_epoch));
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c94 *ts = ns_to_timespec64(ns);
185 struct timespec64 now, then = ns_to_timespec64(delta);
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c160 struct timespec64 now, then = ns_to_timespec64(delta);
225 ts = ns_to_timespec64(ktime_to_ns(ktime_get_real()));
/linux-master/drivers/hv/
H A Dhv_util.c337 *ts = ns_to_timespec64(reftime_to_ns(newtime));
361 new_ts = ns_to_timespec64(reftime_to_ns(host_time));
/linux-master/drivers/net/ethernet/cavium/common/
H A Dcavium_ptp.c173 *ts = ns_to_timespec64(nsec);
/linux-master/drivers/net/ethernet/xscale/
H A Dptp_ixp46x.c167 *ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/renesas/
H A Drcar_gen4_ptp.c109 ts = ns_to_timespec64(now + delta);
/linux-master/io_uring/
H A Dnapi.c277 struct timespec64 poll_to_ts = ns_to_timespec64(1000 * (s64)poll_to);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c185 *ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_ptp.c143 ts = ns_to_timespec64(ns);
461 *ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ptp.c108 *ts = ns_to_timespec64(tstamp);
253 *ts = ns_to_timespec64(tstamp);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.c143 *ts = ns_to_timespec64(ns);
188 ts = ns_to_timespec64(ns);

Completed in 410 milliseconds

1234