Home
last modified time | relevance | path

Searched refs:ktime_get_real (Results 1 – 25 of 58) sorted by relevance

123

/linux/net/rxrpc/
H A Dcall_event.c27 ktime_t now = ktime_get_real(); in rxrpc_propose_ping()
43 ktime_t now = ktime_get_real(), delay; in rxrpc_propose_delay_ACK()
79 req->now = ktime_get_real(); in rxrpc_retransmit_data()
89 .now = ktime_get_real(), in rxrpc_resend()
134 .now = ktime_get_real(), in rxrpc_resend_tlp()
207 .now = ktime_get_real(), in rxrpc_transmit_fresh_data()
292 ktime_get_real())) in rxrpc_send_initial_ping()
340 t = ktime_sub(call->rack_timo_at, ktime_get_real()); in rxrpc_input_call_event()
351 now = ktime_get_real(); in rxrpc_input_call_event()
389 now = ktime_get_real(); in rxrpc_input_call_event()
[all …]
H A Dio_thread.c42 skb->tstamp = ktime_get_real(); in rxrpc_encap_rcv()
474 now = ktime_get_real(); in rxrpc_io_thread()
577 ktime_t now = ktime_get_real(); in rxrpc_io_thread()
H A Dinput.c188 now = ktime_get_real(); in rxrpc_congestion_degrade()
711 call->expect_req_by = ktime_add(ktime_get_real(), delay); in rxrpc_input_data()
1123 call->acks_latest_ts = ktime_get_real(); in rxrpc_input_ack()
1248 call->expect_rx_by = ktime_add(ktime_get_real(), delay); in rxrpc_input_call_packet()
H A Dcall_object.c203 now = ktime_get_real(); in rxrpc_alloc_client_call()
252 call->expect_term_by = ktime_add(ktime_get_real(), delay); in rxrpc_start_call_timer()
H A Doutput.c70 call->keepalive_at = ktime_add(ktime_get_real(), delay); in rxrpc_set_keepalive()
161 ktime_t now = ktime_get_real(); in rxrpc_fill_out_ack()
478 else if (ktime_before(ktime_add_ms(call->rtt_last_req, 1000), ktime_get_real())) in rxrpc_prepare_data_subpacket()
H A Dcall_accept.c320 call->tx_last_sent = ktime_get_real(); in rxrpc_alloc_incoming_call()
/linux/drivers/gpu/drm/panel/
H A Dpanel-panasonic-vvx10f034n00.c62 wuxga_nt->earliest_wake = ktime_add_ms(ktime_get_real(), MIN_POFF_MS); in wuxga_nt_panel_unprepare()
77 enablewait = ktime_ms_delta(wuxga_nt->earliest_wake, ktime_get_real()); in wuxga_nt_panel_prepare()
/linux/rust/helpers/
H A Dtime.c14 return ktime_get_real(); in rust_helper_ktime_get_real()
/linux/include/linux/
H A Dtimekeeping.h86 static inline ktime_t ktime_get_real(void) in ktime_get_real() function
185 return ktime_to_ns(ktime_get_real()); in ktime_get_real_ns()
/linux/net/dccp/
H A Dtimer.c
/linux/Documentation/core-api/
H A Dtimekeeping.rst31 .. c:function:: ktime_t ktime_get_real( void )
47 Like ktime_get_real(), but uses the International Atomic Time (TAI)
165 (ktime_get()/ktime_get_real()).
/linux/net/dccp/ccids/lib/
H A Dpacket_history.c
/linux/net/dccp/ccids/
H A Dccid3.c
/linux/include/net/
H A Derspan.h231 kt = ktime_get_real(); in erspan_get_timestamp()
/linux/drivers/platform/x86/
H A Dmsi-wmi.c188 ktime_t cur = ktime_get_real(); in msi_wmi_notify()
/linux/drivers/pps/generators/
H A Dpps_gen_tio.c150 now = ktime_get_real(); in hrtimer_callback()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c285 ktime_to_ns(ktime_get_real())); in mlx4_en_init_timestamp()
/linux/drivers/net/ethernet/cavium/common/
H A Dcavium_ptp.c256 ktime_to_ns(ktime_get_real())); in cavium_ptp_probe()
/linux/drivers/misc/mei/
H A Dplatform-vsc.c62 .realtime = ktime_to_ns(ktime_get_real()), in mei_vsc_read_helper()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpts.c1223 am65_cpts_settime(cpts, ktime_to_ns(ktime_get_real())); in am65_cpts_create()
1265 cpts->sr_ktime_ns = ktime_to_ns(ktime_get_real()); in am65_cpts_suspend()
1290 ktime_ns = ktime_to_ns(ktime_get_real()); in am65_cpts_resume()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c443 now = ktime_to_timespec64(ktime_get_real()); in cxgb4_ptp_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_devcoredump.c338 ss->snapshot_time = ktime_get_real(); in devcoredump_snapshot()
/linux/net/sched/
H A Dsch_etf.c396 q->get_time = ktime_get_real; in etf_init()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c1183 adapter->prev_ptp_time = ktime_to_timespec64(ktime_get_real()); in igc_ptp_init()
1344 ktime_to_ns(ktime_get_real())); in igc_ptp_reset()
/linux/net/psample/
H A Dpsample.c367 ktime_t tstamp = ktime_get_real(); in psample_sample_packet()

123