/linux-4.1.27/include/linux/ |
D | timekeeping.h | 170 static inline ktime_t ktime_get_real(void) in ktime_get_real() function 209 return ktime_to_ns(ktime_get_real()); in ktime_get_real_ns()
|
D | skbuff.h | 2829 skb->tstamp = ktime_get_real(); in __net_timestamp() 2834 return ktime_sub(ktime_get_real(), t); in net_timedelta()
|
/linux-4.1.27/net/dccp/ |
D | timer.c | 261 u64 delta = (u64)ktime_us_delta(ktime_get_real(), dccp_timestamp_seed); in dccp_timestamp() 270 dccp_timestamp_seed = ktime_get_real(); in dccp_timestamping_init()
|
/linux-4.1.27/net/dccp/ccids/ |
D | ccid3.c | 129 ktime_t now = stamp ? *stamp : ktime_get_real(); in ccid3_hc_tx_update_x() 284 ktime_t now = ktime_get_real(); in ccid3_hc_tx_send_packet() 394 now = ktime_get_real(); in ccid3_hc_tx_packet_recv() 602 ktime_t now = ktime_get_real(); in ccid3_hc_rx_send_feedback()
|
/linux-4.1.27/net/dccp/ccids/lib/ |
D | packet_history.c | 69 entry->stamp = ktime_get_real(); in tfrc_tx_hist_add() 120 entry->tfrchrx_tstamp = ktime_get_real(); in tfrc_rx_hist_entry_from_skb()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 267 ktime_to_ns(ktime_get_real())); in xgbe_ptp_register()
|
D | xgbe-dev.c | 1297 ktime_to_ns(ktime_get_real())); in xgbe_config_tstamp()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 1059 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_init() 1064 ktime_to_ns(ktime_get_real())); in igb_ptp_init() 1173 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_reset() 1178 ktime_to_ns(ktime_get_real())); in igb_ptp_reset()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 275 ktime_to_ns(ktime_get_real())); in mlx4_en_init_timestamp()
|
/linux-4.1.27/drivers/platform/x86/ |
D | msi-wmi.c | 209 ktime_t cur = ktime_get_real(); in msi_wmi_notify()
|
/linux-4.1.27/fs/gfs2/ |
D | lock_dlm.c | 82 rtt = ktime_to_ns(ktime_sub(ktime_get_real(), gl->gl_dstamp)); in gfs2_update_reply_times() 109 gl->gl_dstamp = ktime_get_real(); in gfs2_update_request_times() 272 gl->gl_dstamp = ktime_get_real(); in gdlm_lock()
|
D | rgrp.c | 1896 tdiff = ktime_to_ns(ktime_sub(ktime_get_real(), in gfs2_rgrp_used_recently()
|
/linux-4.1.27/drivers/lguest/ |
D | interrupts_and_traps.c | 683 expires = ktime_add_ns(ktime_get_real(), delta); in guest_set_clockevent()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ptp.c | 145 s64 ns = ktime_to_ns(ktime_get_real()); in fm10k_ts_reset()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpts.c | 387 timecounter_init(&cpts->tc, &cpts->cc, ktime_to_ns(ktime_get_real())); in cpts_register()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_cubic.c | 123 return ktime_to_ms(ktime_get_real()); in bictcp_clock()
|
/linux-4.1.27/net/ |
D | compat.c | 447 sk->sk_stamp = ktime_get_real(); in compat_sock_get_timestamp() 475 sk->sk_stamp = ktime_get_real(); in compat_sock_get_timestampns()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 698 ts = ktime_to_timespec64(ktime_get_real()); in i40e_ptp_init()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 288 timecounter_init(&fep->tc, &fep->cc, ktime_to_ns(ktime_get_real())); in fec_ptp_start_cyclecounter()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 831 ktime_to_ns(ktime_get_real())); in ixgbe_ptp_reset()
|
/linux-4.1.27/kernel/time/ |
D | alarmtimer.c | 843 alarm_bases[ALARM_REALTIME].gettime = &ktime_get_real; in alarmtimer_init()
|
D | hrtimer.c | 82 .get_time = &ktime_get_real,
|
/linux-4.1.27/drivers/net/can/softing/ |
D | softing_fw.c | 404 real_offset = ktime_sub(ktime_get_real(), now); in softing_raw2ktime()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-hcd.c | 634 ehci->last_periodic_enable = ktime_get_real(); in ehci_run()
|
D | fusbh200-hcd.c | 5216 fusbh200->last_periodic_enable = ktime_get_real(); in fusbh200_run()
|
D | fotg210-hcd.c | 5297 fotg210->last_periodic_enable = ktime_get_real(); in fotg210_run()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_irq.c | 785 now = drm_timestamp_monotonic ? ktime_get() : ktime_get_real(); in get_drm_timestamp()
|
/linux-4.1.27/net/core/ |
D | sock.c | 2447 sk->sk_stamp = ktime_get_real(); in sock_get_timestamp() 2463 sk->sk_stamp = ktime_get_real(); in sock_get_timestampns()
|
D | skbuff.c | 3738 skb->tstamp = ktime_get_real(); in __skb_tstamp_tx()
|
/linux-4.1.27/drivers/input/ |
D | evdev.c | 117 ktime_get_real() : in __evdev_queue_syn_dropped()
|
/linux-4.1.27/drivers/char/ |
D | random.c | 1292 ktime_t now = ktime_get_real(); in init_std_data()
|
/linux-4.1.27/net/sctp/ |
D | sm_make_chunk.c | 1655 ktime_get_real()); in sctp_pack_cookie() 1783 kt = ktime_get_real(); in sctp_unpack_cookie()
|
/linux-4.1.27/net/sunrpc/ |
D | svcsock.c | 588 skb->tstamp = ktime_get_real(); in svc_udp_recvfrom()
|
/linux-4.1.27/drivers/atm/ |
D | eni.c | 704 ENI_VCC(vcc)->timestamp = ktime_get_real(); in get_service()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 768 return ktime_to_us(ktime_get_real()); in mac80211_hwsim_get_tsf_raw()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 3735 ktime_to_ns(ktime_get_real())); in e1000e_config_hwtstamp()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | tg3.c | 6341 tg3_refclk_write(tp, ktime_to_ns(ktime_get_real())); in tg3_ptp_init() 6352 tg3_refclk_write(tp, ktime_to_ns(ktime_get_real()) + tp->ptp_adjust); in tg3_ptp_resume()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 14879 ktime_to_ns(ktime_get_real())); in bnx2x_init_ptp()
|