Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_tc.c72 struct timecounter *th_counter; member
89 .th_counter = &dummy_timecounter,
196 tc = th->th_counter; in tc_delta()
552 tc = timehands->th_counter; in ffclock_reset_clock()
772 tc = th->th_counter; in ffclock_change_tc()
1228 return (timehands->th_counter->tc_frequency); in tc_getfrequency()
1327 if (th->th_counter != timecounter) in tc_windup()
1335 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup()
1347 if (tho->th_counter->tc_poll_pps) in tc_windup()
1348 tho->th_counter->tc_poll_pps(tho->th_counter); in tc_windup()
[all …]