Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c281 #define GETTHMEMBER(dst, member) \ macro
346 GETTHMEMBER(bt, th_offset); in fbclock_getbinuptime()
354 GETTHMEMBER(&bt, th_offset); in fbclock_getnanouptime()
363 GETTHMEMBER(&bt, th_offset); in fbclock_getmicrouptime()
371 GETTHMEMBER(bt, th_bintime); in fbclock_getbintime()
378 GETTHMEMBER(tsp, th_nanotime); in fbclock_getnanotime()
385 GETTHMEMBER(tvp, th_microtime); in fbclock_getmicrotime()
443 GETTHMEMBER(bt, th_offset); in getbinuptime()
451 GETTHMEMBER(&bt, th_offset); in getnanouptime()
460 GETTHMEMBER(&bt, th_offset); in getmicrouptime()
[all …]