Lines Matching refs:th_generation
73 volatile u_int th_generation; member
207 gen = th->th_generation; in fbclock_binuptime()
210 } while (gen == 0 || gen != th->th_generation); in fbclock_binuptime()
265 gen = th->th_generation; in fbclock_getbinuptime()
267 } while (gen == 0 || gen != th->th_generation); in fbclock_getbinuptime()
278 gen = th->th_generation; in fbclock_getnanouptime()
280 } while (gen == 0 || gen != th->th_generation); in fbclock_getnanouptime()
291 gen = th->th_generation; in fbclock_getmicrouptime()
293 } while (gen == 0 || gen != th->th_generation); in fbclock_getmicrouptime()
304 gen = th->th_generation; in fbclock_getbintime()
306 } while (gen == 0 || gen != th->th_generation); in fbclock_getbintime()
318 gen = th->th_generation; in fbclock_getnanotime()
320 } while (gen == 0 || gen != th->th_generation); in fbclock_getnanotime()
331 gen = th->th_generation; in fbclock_getmicrotime()
333 } while (gen == 0 || gen != th->th_generation); in fbclock_getmicrotime()
344 gen = th->th_generation; in binuptime()
347 } while (gen == 0 || gen != th->th_generation); in binuptime()
402 gen = th->th_generation; in getbinuptime()
404 } while (gen == 0 || gen != th->th_generation); in getbinuptime()
415 gen = th->th_generation; in getnanouptime()
417 } while (gen == 0 || gen != th->th_generation); in getnanouptime()
428 gen = th->th_generation; in getmicrouptime()
430 } while (gen == 0 || gen != th->th_generation); in getmicrouptime()
441 gen = th->th_generation; in getbintime()
443 } while (gen == 0 || gen != th->th_generation); in getbintime()
455 gen = th->th_generation; in getnanotime()
457 } while (gen == 0 || gen != th->th_generation); in getnanotime()
468 gen = th->th_generation; in getmicrotime()
470 } while (gen == 0 || gen != th->th_generation); in getmicrotime()
883 gen = th->th_generation; in ffclock_read_counter()
887 } while (gen == 0 || gen != th->th_generation); in ffclock_read_counter()
991 gen = th->th_generation; in dtrace_getnanotime()
993 } while (gen == 0 || gen != th->th_generation); in dtrace_getnanotime()
1031 gen = th->th_generation; in sysclock_getsnapshot()
1045 } while (gen == 0 || gen != th->th_generation); in sysclock_getsnapshot()
1262 ogen = th->th_generation; in tc_windup()
1263 th->th_generation = 0; in tc_windup()
1264 bcopy(tho, th, offsetof(struct timehands, th_generation)); in tc_windup()
1380 th->th_generation = ogen; in tc_windup()
1646 pps->capgen = th->th_generation; in pps_capture()
1652 if (pps->capgen != th->th_generation) in pps_capture()
1672 if (pps->capgen == 0 || pps->capgen != pps->capth->th_generation) in pps_event()
1722 if (pps->capgen != pps->capth->th_generation) in pps_event()