Home
last modified time | relevance | path

Searched refs:hosttime (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/hv/
Dhv_util.c380 static inline void adj_guesttime(u64 hosttime, u64 reftime, u8 adj_flags) in adj_guesttime() argument
392 host_ts.host_time = hosttime; in adj_guesttime()
/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dtx.c253 s64 hosttime; in wl1271_tx_fill_hdr() local
273 hosttime = (ktime_get_boottime_ns() >> 10); in wl1271_tx_fill_hdr()
274 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr()
/linux-6.12.1/drivers/scsi/
Dstex.c221 __le64 hosttime; /* seconds from Jan 1, 1970 (GMT) */ member
1066 h->hosttime = cpu_to_le64(ktime_get_real_seconds()); in stex_common_handshake()
1157 h->hosttime = cpu_to_le64(ktime_get_real_seconds()); in stex_ss_handshake()