Lines Matching refs:th_generation
81 u_int th_generation; member
91 .th_generation = 1,
248 gen = atomic_load_acq_int(&th->th_generation); in bintime_off()
255 } while (gen == 0 || gen != th->th_generation); in bintime_off()
275 gen = atomic_load_acq_int(&th->th_generation); in getthmember()
278 } while (gen == 0 || gen != th->th_generation); in getthmember()
910 gen = atomic_load_acq_int(&th->th_generation); in ffclock_read_counter()
915 } while (gen == 0 || gen != th->th_generation); in ffclock_read_counter()
1067 gen = atomic_load_acq_int(&th->th_generation); in sysclock_getsnapshot()
1082 } while (gen == 0 || gen != th->th_generation); in sysclock_getsnapshot()
1381 ogen = th->th_generation; in tc_windup()
1382 th->th_generation = 0; in tc_windup()
1384 memcpy(th, tho, offsetof(struct timehands, th_generation)); in tc_windup()
1474 atomic_store_rel_int(&th->th_generation, ogen); in tc_windup()
1768 pps->capgen = atomic_load_acq_int(&th->th_generation); in pps_capture()
1811 if (pps->capgen == 0 || pps->capgen != capth->th_generation) in pps_event()
2258 th->th_large_delta, th->th_offset_count, th->th_generation); in DB_SHOW_COMMAND()