| /linux/net/rxrpc/ |
| H A D | call_event.c | 27 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 D | io_thread.c | 42 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 D | input.c | 188 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 D | call_object.c | 203 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 D | output.c | 70 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 D | call_accept.c | 320 call->tx_last_sent = ktime_get_real(); in rxrpc_alloc_incoming_call()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-panasonic-vvx10f034n00.c | 62 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 D | time.c | 14 return ktime_get_real(); in rust_helper_ktime_get_real()
|
| /linux/include/linux/ |
| H A D | timekeeping.h | 86 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 D | timer.c | |
| /linux/Documentation/core-api/ |
| H 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) 165 (ktime_get()/ktime_get_real()).
|
| /linux/net/dccp/ccids/lib/ |
| H A D | packet_history.c | |
| /linux/net/dccp/ccids/ |
| H A D | ccid3.c | |
| /linux/include/net/ |
| H A D | erspan.h | 231 kt = ktime_get_real(); in erspan_get_timestamp()
|
| /linux/drivers/platform/x86/ |
| H A D | msi-wmi.c | 188 ktime_t cur = ktime_get_real(); in msi_wmi_notify()
|
| /linux/drivers/pps/generators/ |
| H A D | pps_gen_tio.c | 150 now = ktime_get_real(); in hrtimer_callback()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_clock.c | 285 ktime_to_ns(ktime_get_real())); in mlx4_en_init_timestamp()
|
| /linux/drivers/net/ethernet/cavium/common/ |
| H A D | cavium_ptp.c | 256 ktime_to_ns(ktime_get_real())); in cavium_ptp_probe()
|
| /linux/drivers/misc/mei/ |
| H A D | platform-vsc.c | 62 .realtime = ktime_to_ns(ktime_get_real()), in mei_vsc_read_helper()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | am65-cpts.c | 1223 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 D | cxgb4_ptp.c | 443 now = ktime_to_timespec64(ktime_get_real()); in cxgb4_ptp_init()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_devcoredump.c | 338 ss->snapshot_time = ktime_get_real(); in devcoredump_snapshot()
|
| /linux/net/sched/ |
| H A D | sch_etf.c | 396 q->get_time = ktime_get_real; in etf_init()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ptp.c | 1183 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 D | psample.c | 367 ktime_t tstamp = ktime_get_real(); in psample_sample_packet()
|