| /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 | 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_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()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_timer.c | 32 time_periods = div_u64(ktime_ms_delta(ktime_get_real(), timer_ctx->initial_ktime), in work_handler() 49 timer_ctx->initial_ktime = ktime_get_real(); in adf_timer_start()
|
| /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/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/rust/helpers/ |
| H A D | time.c | 14 return ktime_get_real(); in rust_helper_ktime_get_real()
|
| /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/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/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/chelsio/cxgb4/ |
| H A D | cxgb4_ptp.c | 443 now = ktime_to_timespec64(ktime_get_real()); in cxgb4_ptp_init()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_error.c | 236 ndev->last_async_err.ts_us = ktime_to_us(ktime_get_real()); in aie2_update_last_async_error()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_ptp.c | 227 ts = ns_to_timespec64(ktime_to_ns(ktime_get_real())); in gem_ptp_init_tsu()
|
| /linux/net/sched/ |
| H A D | sch_etf.c | 396 q->get_time = ktime_get_real; in etf_init()
|
| /linux/drivers/char/ |
| H A D | random.c | 834 ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; in random_pm_notification() 901 ktime_t now = ktime_get_real(); in random_init()
|