/openbmc/linux/drivers/hv/ |
H A D | hv_util.c | 296 u64 host_time; member 333 newtime = host_ts.host_time + timediff_adj; in hv_get_adj_host_time() 374 host_ts.host_time = hosttime; in adj_guesttime() 384 host_ts.host_time += (cur_reftime - reftime); in adj_guesttime()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 25 u64 host_time; member 164 .host_time = ktime_get_boottime_ns(), in iwl_mvm_ftm_restart() 1092 if (res->host_time - resp->host_time > in iwl_mvm_ftm_rtt_smoothing() 1134 resp->host_time = res->host_time; in iwl_mvm_ftm_rtt_smoothing() 1145 IWL_DEBUG_INFO(mvm, "\thost time: %llu\n", res->host_time); in iwl_mvm_debug_range_resp() 1315 result.host_time = iwl_mvm_ftm_get_host_time(mvm, in iwl_mvm_ftm_range_resp()
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | t4.h | 315 ktime_t host_time; member 356 ktime_t host_time; member
|
H A D | qp.c | 721 swsqe->host_time = ktime_get(); in post_write_cmpl() 745 swsqe->host_time = ktime_get(); in post_write_cmpl() 1238 swsqe->host_time = ktime_get(); in c4iw_post_send() 1313 qhp->wq.rq.sw_rq[qhp->wq.rq.pidx].host_time = in c4iw_post_receive()
|
H A D | device.c | 109 le.post_host_time = wq->sq.sw_sq[wq->sq.cidx].host_time; in c4iw_log_wr_stats() 115 le.post_host_time = wq->rq.sw_rq[wq->rq.cidx].host_time; in c4iw_log_wr_stats()
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 632 sample->host_time = time; in uvc_video_clock_decode() 833 y2 = ktime_to_ns(ktime_sub(last->host_time, first->host_time)) + y1; in uvc_video_clock_update() 851 timestamp = ktime_to_ns(first->host_time) + y - y1; in uvc_video_clock_update()
|
H A D | uvcvideo.h | 504 ktime_t host_time; member
|
/openbmc/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 | 1424 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time);
|
/openbmc/linux/tools/perf/ |
H A D | builtin-inject.c | 1348 static void guest_session__convert_time(struct guest_session *gs, u64 guest_time, u64 *host_time) in guest_session__convert_time() argument 1353 *host_time = 0; in guest_session__convert_time() 1370 *host_time = tsc_to_perf_time(tsc, &gs->host_tc); in guest_session__convert_time() 1372 *host_time = tsc; in guest_session__convert_time()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 853 unsigned int host_time; in efx_ptp_send_times() local 864 host_time = (now.ts_real.tv_sec << MC_NANOSECOND_BITS | in efx_ptp_send_times() 867 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
|
H A D | net_driver.h | 1473 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time);
|
H A D | ef10.c | 3622 static void efx_ef10_ptp_write_host_time(struct efx_nic *efx, u32 host_time) in efx_ef10_ptp_write_host_time() argument 3624 _efx_writed(efx, cpu_to_le32(host_time), ER_DZ_MC_DB_LWRD); in efx_ef10_ptp_write_host_time() 3628 u32 host_time) {} in efx_ef10_ptp_write_host_time_vf() argument
|
/openbmc/linux/net/wireless/ |
H A D | pmsr.c | 508 res->host_time, NL80211_PMSR_RESP_ATTR_PAD)) in nl80211_pmsr_send_result()
|
/openbmc/linux/include/uapi/drm/ |
H A D | habanalabs_accel.h | 992 __u64 host_time; member
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs_ioctl.c | 322 time_sync.host_time = ktime_get_raw_ns(); in time_sync_info()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 3849 u64 host_time, ap_tsf; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9476 time_t host_time; in _syscall2() local 9477 ret = get_errno(time(&host_time)); in _syscall2() 9480 && put_user_sal(host_time, arg1)) in _syscall2()
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 3705 result->host_time = nla_get_u64(tb[NL80211_PMSR_RESP_ATTR_HOST_TIME]); in mac80211_hwsim_parse_pmsr_resp()
|