Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c75 struct bintime th_offset; member
90 .th_offset = { .sec = 1 },
295 GETTHBINTIME(bt, th_offset); in fbclock_binuptime()
345 GETTHMEMBER(bt, th_offset); in fbclock_getbinuptime()
353 GETTHMEMBER(&bt, th_offset); in fbclock_getnanouptime()
442 GETTHMEMBER(bt, th_offset); in getbinuptime()
1427 bt = th->th_offset; in tc_windup()
2197 vdso_th->th_offset = th->th_offset; in tc_fill_vdso_timehands()
2220 vdso_th32->th_offset.sec = th->th_offset.sec; in tc_fill_vdso_timehands32()
2221 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac; in tc_fill_vdso_timehands32()
[all …]
/freebsd/sys/sys/
H A Dvdso.h40 struct bintime th_offset; member
137 struct bintime32 th_offset; member
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c75 *bt = th->th_offset; in binuptime()
119 *bt = th->th_offset; in getnanouptime()
/freebsd/tools/regression/sockets/sendfile/
H A Dsendfile.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/sys/compat/linux/
H A Dlinux_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/sys/geom/part/
H A Dg_part_ldm.c123 uint64_t th_offset[LDM_TH_COUNT]; /* TOC header offsets */ member
429 hdr->th_offset[0] = be64dec(buf + LDM_PH_TH1_OFF); in ldm_privhdr_parse()
430 hdr->th_offset[1] = be64dec(buf + LDM_PH_TH2_OFF); in ldm_privhdr_parse()
494 hdr.th_offset[0] >= LDM_DB_SIZE || in ldm_privhdr_check()
495 hdr.th_offset[1] >= LDM_DB_SIZE || in ldm_privhdr_check()
503 hdr.db_offset, hdr.db_size, hdr.th_offset[0], in ldm_privhdr_check()
504 hdr.th_offset[1], hdr.conf_size, hdr.log_size, in ldm_privhdr_check()
586 offset = db->ph.db_offset + db->ph.th_offset[i]; in ldm_tochdr_check()