Home
last modified time | relevance | path

Searched refs:th_offset (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/kern/
HDkern_tc.c74 struct bintime th_offset; member
89 .th_offset = { .sec = 1 },
288 GETTHBINTIME(bt, th_offset); in fbclock_binuptime()
338 GETTHMEMBER(bt, th_offset); in fbclock_getbinuptime()
346 GETTHMEMBER(&bt, th_offset); in fbclock_getnanouptime()
355 GETTHMEMBER(&bt, th_offset); in fbclock_getmicrouptime()
385 GETTHBINTIME(bt, th_offset); in binuptime()
435 GETTHMEMBER(bt, th_offset); in getbinuptime()
443 GETTHMEMBER(&bt, th_offset); in getnanouptime()
452 GETTHMEMBER(&bt, th_offset); in getmicrouptime()
[all …]
/freebsd-13-stable/sys/sys/
HDvdso.h40 struct bintime th_offset; member
137 struct bintime32 th_offset; member
/freebsd-13-stable/lib/libc/sys/
HD__vdso_gettimeofday.c76 *bt = th->th_offset; in binuptime()
120 *bt = th->th_offset; in getnanouptime()
/freebsd-13-stable/tools/regression/sockets/sendfile/
HDsendfile.c66 uint32_t th_offset; member
107 *offset = ntohl(th->th_offset); in test_th()
260 th->th_offset = htonl(offset); in init_th()
/freebsd-13-stable/sys/compat/linux/
HDlinux_vdso_gtod.inc189 *bt = th->th_offset;
212 * Ensure that the load of th_offset is completed
233 *bt = th->th_offset;
236 * Ensure that the load of th_offset is completed
/freebsd-13-stable/sys/geom/part/
HDg_part_ldm.c124 uint64_t th_offset[LDM_TH_COUNT]; /* TOC header offsets */ member
430 hdr->th_offset[0] = be64dec(buf + LDM_PH_TH1_OFF); in ldm_privhdr_parse()
431 hdr->th_offset[1] = be64dec(buf + LDM_PH_TH2_OFF); in ldm_privhdr_parse()
495 hdr.th_offset[0] >= LDM_DB_SIZE || in ldm_privhdr_check()
496 hdr.th_offset[1] >= LDM_DB_SIZE || in ldm_privhdr_check()
504 hdr.db_offset, hdr.db_size, hdr.th_offset[0], in ldm_privhdr_check()
505 hdr.th_offset[1], hdr.conf_size, hdr.log_size, in ldm_privhdr_check()
587 offset = db->ph.db_offset + db->ph.th_offset[i]; in ldm_tochdr_check()