Searched refs:host_time (Results 1 – 13 of 13) sorted by relevance
| /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() 1141 if (res->host_time - resp->host_time > in iwl_mvm_ftm_rtt_smoothing() 1183 resp->host_time = res->host_time; in iwl_mvm_ftm_rtt_smoothing() 1194 IWL_DEBUG_INFO(mvm, "\thost time: %llu\n", res->host_time); in iwl_mvm_debug_range_resp() 1364 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 | 313 IWL_DEBUG_INFO(mld, "\thost time: %llu\n", res->host_time); in iwl_mld_debug_range_resp() 391 result.host_time = ktime_get_boottime_ns(); in iwl_mld_handle_ftm_resp_notif() 432 .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/tools/perf/ |
| H A D | builtin-inject.c | 1531 static void guest_session__convert_time(struct guest_session *gs, u64 guest_time, u64 *host_time) in guest_session__convert_time() argument 1536 *host_time = 0; in guest_session__convert_time() 1553 *host_time = tsc_to_perf_time(tsc, &gs->host_tc); in guest_session__convert_time() 1555 *host_time = tsc; in guest_session__convert_time()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| 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 | 1512 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time);
|
| H A D | ef10.c | 3625 static void efx_ef10_ptp_write_host_time(struct efx_nic *efx, u32 host_time) in efx_ef10_ptp_write_host_time() argument 3627 _efx_writed(efx, cpu_to_le32(host_time), ER_DZ_MC_DB_LWRD); in efx_ef10_ptp_write_host_time() 3631 u32 host_time) {} in efx_ef10_ptp_write_host_time_vf() argument
|
| /linux/include/uapi/drm/ |
| H A D | habanalabs_accel.h | 994 __u64 host_time; member
|
| /linux/include/net/ |
| H A D | cfg80211.h | 4274 u64 host_time, ap_tsf; member
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 3881 result->host_time = nla_get_u64(tb[NL80211_PMSR_RESP_ATTR_HOST_TIME]); in mac80211_hwsim_parse_pmsr_resp()
|