Searched refs:th_offset (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_tc.c | 75 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() 362 GETTHMEMBER(&bt, th_offset); in fbclock_getmicrouptime() 392 GETTHBINTIME(bt, th_offset); in binuptime() 442 GETTHMEMBER(bt, th_offset); in getbinuptime() 450 GETTHMEMBER(&bt, th_offset); in getnanouptime() 459 GETTHMEMBER(&bt, th_offset); in getmicrouptime() [all …]
|
/freebsd/sys/sys/ |
H A D | vdso.h | 40 struct bintime th_offset; member 137 struct bintime32 th_offset; member
|
/freebsd/lib/libsys/ |
H A D | __vdso_gettimeofday.c | 75 *bt = th->th_offset; in binuptime() 119 *bt = th->th_offset; in getnanouptime()
|
/freebsd/tools/regression/sockets/sendfile/ |
H A D | sendfile.c | 66 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 D | linux_vdso_gtod.inc | 189 *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 D | g_part_ldm.c | 123 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()
|