/linux/include/linux/ |
A D | timekeeping.h | 77 static inline ktime_t ktime_get_real(void) in ktime_get_real() function 159 return ktime_to_ns(ktime_get_real()); in ktime_get_real_ns()
|
/linux/net/dccp/ |
A D | timer.c | 262 u64 delta = (u64)ktime_us_delta(ktime_get_real(), dccp_timestamp_seed); in dccp_timestamp() 271 dccp_timestamp_seed = ktime_get_real(); in dccp_timestamping_init()
|
/linux/drivers/gpu/drm/panel/ |
A D | panel-panasonic-vvx10f034n00.c | 76 wuxga_nt->earliest_wake = ktime_add_ms(ktime_get_real(), MIN_POFF_MS); in wuxga_nt_panel_unprepare() 95 enablewait = ktime_ms_delta(wuxga_nt->earliest_wake, ktime_get_real()); in wuxga_nt_panel_prepare()
|
/linux/net/rxrpc/ |
A D | output.c | 143 call->rtt_sent_at[rtt_slot] = ktime_get_real(); in rxrpc_begin_rtt_probe() 412 ktime_get_real()))) in rxrpc_send_data_packet() 437 skb->tstamp = ktime_get_real(); in rxrpc_send_data_packet() 513 skb->tstamp = ktime_get_real(); in rxrpc_send_data_packet()
|
A D | call_event.c | 170 now = ktime_get_real(); in rxrpc_resend()
|
A D | peer_object.c | 252 peer->rtt_last_req = ktime_get_real(); in rxrpc_init_peer()
|
/linux/Documentation/core-api/ |
A D | timekeeping.rst | 31 .. c:function:: ktime_t ktime_get_real( void ) 47 Like ktime_get_real(), but uses the International Atomic Time (TAI) 164 (ktime_get()/ktime_get_real()).
|
/linux/net/dccp/ccids/lib/ |
A D | packet_history.c | 56 entry->stamp = ktime_get_real(); in tfrc_tx_hist_add() 107 entry->tfrchrx_tstamp = ktime_get_real(); in tfrc_rx_hist_entry_from_skb()
|
/linux/net/dccp/ccids/ |
A D | ccid3.c | 119 ktime_t now = stamp ? *stamp : ktime_get_real(); in ccid3_hc_tx_update_x() 276 ktime_t now = ktime_get_real(); in ccid3_hc_tx_send_packet() 386 now = ktime_get_real(); in ccid3_hc_tx_packet_recv()
|
/linux/drivers/media/rc/ |
A D | streamzap.c | 130 sz->signal_start = ktime_get_real(); in sz_push_full_pulse() 410 sz->signal_start = ktime_get_real(); in streamzap_probe()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-ptp.c | 267 ktime_to_ns(ktime_get_real())); in xgbe_ptp_register()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_clock.c | 287 ktime_to_ns(ktime_get_real())); in mlx4_en_init_timestamp()
|
/linux/include/net/ |
A D | erspan.h | 228 kt = ktime_get_real(); in erspan_get_timestamp()
|
/linux/drivers/platform/x86/ |
A D | msi-wmi.c | 199 ktime_t cur = ktime_get_real(); in msi_wmi_notify()
|
/linux/fs/gfs2/ |
A D | lock_dlm.c | 84 rtt = ktime_to_ns(ktime_sub(ktime_get_real(), gl->gl_dstamp)); in gfs2_update_reply_times() 111 gl->gl_dstamp = ktime_get_real(); in gfs2_update_request_times() 276 gl->gl_dstamp = ktime_get_real(); in gdlm_lock()
|
/linux/drivers/net/ethernet/cavium/common/ |
A D | cavium_ptp.c | 257 ktime_to_ns(ktime_get_real())); in cavium_ptp_probe()
|
/linux/drivers/platform/chrome/ |
A D | cros_usbpd_logger.c | 180 now = ktime_get_real(); in cros_usbpd_log_check()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_ptp.c | 265 ktime_to_ns(ktime_get_real())); in otx2_ptp_init()
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_ptp.c | 967 adapter->prev_ptp_time = ktime_to_timespec64(ktime_get_real()); in igc_ptp_init() 1100 ktime_to_ns(ktime_get_real())); in igc_ptp_reset()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_ptp.c | 440 now = ktime_to_timespec64(ktime_get_real()); in cxgb4_ptp_init()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
A D | ptp.c | 461 ktime_to_ns(ktime_get_real())); in mv88e6xxx_ptp_setup()
|
/linux/net/sched/ |
A D | sch_etf.c | 399 q->get_time = ktime_get_real; in etf_init()
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | igb_ptp.c | 1368 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_reset() 1373 ktime_to_ns(ktime_get_real())); in igb_ptp_reset()
|
/linux/drivers/net/ethernet/cadence/ |
A D | macb_ptp.c | 225 ts = ns_to_timespec64(ktime_to_ns(ktime_get_real())); in gem_ptp_init_tsu()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
A D | qede_ptp.c | 430 timecounter_init(&ptp->tc, &ptp->cc, ktime_to_ns(ktime_get_real())); in qede_ptp_init()
|