Searched refs:th_counter (Results 1 – 1 of 1) sorted by relevance
103 struct timecounter *th_counter; /* active timecounter */ member129 .th_counter = &dummy_timecounter,430 tc = th->th_counter; in tc_delta()871 return atomic_load_consume(&timehands)->th_counter->tc_frequency; in tc_getfrequency()945 if (th->th_counter != timecounter) in tc_windup()960 if (tho->th_counter->tc_poll_pps) in tc_windup()961 tho->th_counter->tc_poll_pps(tho->th_counter); in tc_windup()997 if (th->th_counter != timecounter) { in tc_windup()998 th->th_counter = timecounter; in tc_windup()1029 scale /= th->th_counter->tc_frequency; in tc_windup()[all …]