/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() 81 now = ktime_get_real(); in rxrpc_resend() 129 now = ktime_get_real(); in rxrpc_resend() 170 now = ktime_get_real(); in rxrpc_resend() 310 ktime_get_real())) in rxrpc_send_initial_ping() 349 now = ktime_get_real(); in rxrpc_input_call_event() 403 now = ktime_get_real(); in rxrpc_input_call_event() 441 ktime_get_real())) in rxrpc_input_call_event() 463 now = ktime_get_real(); in rxrpc_input_call_event()
|
H A D | output.c | 70 call->keepalive_at = ktime_add(ktime_get_real(), delay); in rxrpc_set_keepalive() 219 now = ktime_get_real(); in rxrpc_send_ack_packet() 363 else if (ktime_before(ktime_add_ms(call->peer->rtt_last_req, 1000), ktime_get_real())) in rxrpc_prepare_data_subpacket() 401 ktime_t now = ktime_get_real(); in rxrpc_tstamp_data_packets() 729 call->resend_at = ktime_add(ktime_get_real(), delay); in rxrpc_transmit_one()
|
H A D | io_thread.c | 42 skb->tstamp = ktime_get_real(); in rxrpc_encap_rcv() 516 now = ktime_get_real(); in rxrpc_io_thread() 552 ktime_t now = ktime_get_real(); in rxrpc_io_thread()
|
H A D | input.c | 201 now = ktime_get_real(); in rxrpc_congestion_degrade() 619 call->expect_req_by = ktime_add(ktime_get_real(), delay); in rxrpc_input_data() 1064 call->expect_rx_by = ktime_add(ktime_get_real(), delay); in rxrpc_input_call_packet()
|
H A D | sendmsg.c | 252 txb->last_sent = ktime_get_real(); in rxrpc_queue_packet() 700 ktime_get_real())); in rxrpc_do_sendmsg()
|
H A D | call_object.c | 204 now = ktime_get_real(); in rxrpc_alloc_client_call() 253 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_gen4_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_gen4_timer_start()
|
/linux/include/linux/ |
H A D | timekeeping.h | 80 static inline ktime_t ktime_get_real(void) in ktime_get_real() function 179 return ktime_to_ns(ktime_get_real()); in ktime_get_real_ns()
|
/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/net/dccp/ |
H 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/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 | 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/ |
H 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/net/ethernet/amd/xgbe/ |
H A D | xgbe-ptp.c | 255 ktime_to_ns(ktime_get_real())); in xgbe_ptp_register()
|
/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/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/fs/gfs2/ |
H 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() 288 gl->gl_dstamp = ktime_get_real(); in gdlm_lock()
|
/linux/drivers/net/ethernet/cavium/common/ |
H A D | cavium_ptp.c | 257 ktime_to_ns(ktime_get_real())); in cavium_ptp_probe()
|
/linux/drivers/platform/chrome/ |
H A D | cros_usbpd_logger.c | 181 now = ktime_get_real(); in cros_usbpd_log_check()
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_fw.c | 528 boot_params->system_time_us = ktime_to_us(ktime_get_real()); in ivpu_fw_boot_params_setup() 616 boot_params->system_time_us = ktime_to_us(ktime_get_real()); in ivpu_fw_boot_params_setup()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_devcoredump.c | 226 ss->snapshot_time = ktime_get_real(); in devcoredump_snapshot()
|
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpts.c | 1200 am65_cpts_settime(cpts, ktime_to_ns(ktime_get_real())); in am65_cpts_create() 1242 cpts->sr_ktime_ns = ktime_to_ns(ktime_get_real()); in am65_cpts_suspend() 1267 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()
|