| /linux/drivers/hv/ |
| H A D | hv_util.c | 288 u64 host_time; member 330 newtime = host_ts.host_time + timediff_adj; in hv_get_adj_host_time() 350 static inline bool hv_implicit_sync(u64 host_time) in hv_implicit_sync() argument 355 new_ts = ns_to_timespec64(reftime_to_ns(host_time)); in hv_implicit_sync() 394 host_ts.host_time = hosttime; in adj_guesttime() 404 host_ts.host_time += (cur_reftime - reftime); in adj_guesttime() 410 (timesync_implicit && hv_implicit_sync(host_ts.host_time))) in adj_guesttime()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ftm-initiator.c | 25 u64 host_time; member 69 .host_time = ktime_get_boottime_ns(), in iwl_mvm_ftm_restart() 1172 if (res->host_time - resp->host_time > in iwl_mvm_ftm_rtt_smoothing() 1214 resp->host_time = res->host_time; in iwl_mvm_ftm_rtt_smoothing() 1225 IWL_DEBUG_INFO(mvm, "\thost time: %llu\n", res->host_time); in iwl_mvm_debug_range_resp() 1395 result.host_time = iwl_mvm_ftm_get_host_time(mvm, in iwl_mvm_ftm_range_resp()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | ftm-initiator.c | 323 IWL_DEBUG_INFO(mld, "\thost time: %llu\n", res->host_time); in iwl_mld_debug_range_resp() 401 result.host_time = ktime_get_boottime_ns(); in iwl_mld_handle_ftm_resp_notif() 442 .host_time = ktime_get_boottime_ns(), in iwl_mld_ftm_restart_cleanup()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | t4.h | 315 ktime_t host_time; member 356 ktime_t host_time; member
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | siena.c | 132 static void siena_ptp_write_host_time(struct efx_nic *efx, u32 host_time) in siena_ptp_write_host_time() argument 134 _efx_writed(efx, cpu_to_le32(host_time), in siena_ptp_write_host_time()
|
| H A D | ptp.c | 872 unsigned int host_time; in efx_ptp_send_times() local 883 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times() 886 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
|
| H A D | net_driver.h | 1404 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time);
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 859 unsigned int host_time; in efx_ptp_send_times() local 870 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times() 873 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
|
| H A D | net_driver.h | 1522 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time);
|
| H A D | ef10.c | 3652 static void efx_ef10_ptp_write_host_time(struct efx_nic *efx, u32 host_time) in efx_ef10_ptp_write_host_time() argument 3654 _efx_writed(efx, cpu_to_le32(host_time), ER_DZ_MC_DB_LWRD); in efx_ef10_ptp_write_host_time() 3658 u32 host_time) {} in efx_ef10_ptp_write_host_time_vf() argument
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | 1769 static void guest_session__convert_time(struct guest_session *gs, u64 guest_time, u64 *host_time) in guest_session__inject_events() 1774 *host_time = 0; in guest_session__inject_events() 1791 *host_time = tsc_to_perf_time(tsc, &gs->host_tc); in guest_session__inject_events() 1793 *host_time = tsc; in guest_session__inject_events() 1617 guest_session__convert_time(struct guest_session * gs,u64 guest_time,u64 * host_time) guest_session__convert_time() argument
|
| /linux/include/uapi/drm/ |
| H A D | habanalabs_accel.h | 994 __u64 host_time; member
|
| /linux/net/wireless/ |
| H A D | pmsr.c | 735 res->host_time, NL80211_PMSR_RESP_ATTR_PAD)) in nl80211_pmsr_send_result()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | habanalabs_ioctl.c | 325 time_sync.host_time = ktime_get_raw_ns(); in time_sync_info()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 4635 u64 host_time, ap_tsf; member
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim_main.c | 4151 result->host_time = nla_get_u64(tb[NL80211_PMSR_RESP_ATTR_HOST_TIME]); in mac80211_hwsim_parse_pmsr_resp()
|