Home
last modified time | relevance | path

Searched refs:time_low (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/rtc/
Drtc-goldfish.c139 u64 time_low; in goldfish_rtc_read_time() local
145 time_low = readl(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()
147 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
/linux-4.19.296/fs/afs/
Dafs.h83 __be32 time_low; /* low part of timestamp */ member
188 __be32 time_low; member
Dvlclient.c81 uuid->time_low = xdr->time_low; in afs_deliver_vl_get_entry_by_name_u()
302 r->uuid.time_low = u->time_low; in afs_vl_get_addrs_u()
Dcmservice.c356 r->time_low = b[0]; in afs_deliver_cb_init_call_back_state3()
475 r->time_low = b[0]; in afs_deliver_cb_probe_uuid()
536 reply.ia.uuid[0] = call->net->uuid.time_low; in SRXAFSCB_TellMeAboutYourself()
/linux-4.19.296/fs/cifs/
Dcifspdu.h1271 __le16 time_low; member