Lines Matching refs:th_counter

70 	struct timecounter	*th_counter;  member
87 .th_counter = &dummy_timecounter,
210 tc = th->th_counter; in tc_delta()
562 tc = timehands->th_counter; in ffclock_reset_clock()
782 tc = th->th_counter; in ffclock_change_tc()
1260 return (timehands->th_counter->tc_frequency); in tc_getfrequency()
1350 scale /= th->th_counter->tc_frequency; in recalculate_scaling_factor_and_large_delta()
1395 if (th->th_counter != tc) in tc_windup()
1403 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup()
1415 if (tho->th_counter->tc_poll_pps) in tc_windup()
1416 tho->th_counter->tc_poll_pps(tho->th_counter); in tc_windup()
1451 if (th->th_counter != tc) { in tc_windup()
1455 if ((th->th_counter->tc_flags & TC_FLAGS_C2STOP) != 0) in tc_windup()
1458 th->th_counter = tc; in tc_windup()
1773 tc = th->th_counter; in pps_capture()
1804 captc = capth->th_counter; in pps_event()
2054 tc = timehands->th_counter; in tc_cpu_ticks()
2196 vdso_th->th_counter_mask = th->th_counter->tc_counter_mask; in tc_fill_vdso_timehands()
2199 if (th->th_counter->tc_fill_vdso_timehands != NULL) { in tc_fill_vdso_timehands()
2200 enabled = th->th_counter->tc_fill_vdso_timehands(vdso_th, in tc_fill_vdso_timehands()
2201 th->th_counter); in tc_fill_vdso_timehands()
2219 vdso_th32->th_counter_mask = th->th_counter->tc_counter_mask; in tc_fill_vdso_timehands32()
2224 if (th->th_counter->tc_fill_vdso_timehands32 != NULL) { in tc_fill_vdso_timehands32()
2225 enabled = th->th_counter->tc_fill_vdso_timehands32(vdso_th32, in tc_fill_vdso_timehands32()
2226 th->th_counter); in tc_fill_vdso_timehands32()
2246 tc = th->th_counter; in DB_SHOW_COMMAND()