th_counter 56 kern/kern_tc.c struct timecounter *th_counter;
th_counter 112 kern/kern_tc.c tc = th->th_counter;
th_counter 278 kern/kern_tc.c return (timehands->th_counter->tc_frequency);
th_counter 343 kern/kern_tc.c if (th->th_counter != timecounter)
th_counter 348 kern/kern_tc.c th->th_offset_count &= th->th_counter->tc_counter_mask;
th_counter 360 kern/kern_tc.c if (tho->th_counter->tc_poll_pps)
th_counter 361 kern/kern_tc.c tho->th_counter->tc_poll_pps(tho->th_counter);
th_counter 387 kern/kern_tc.c if (th->th_counter != timecounter) {
th_counter 388 kern/kern_tc.c th->th_counter = timecounter;
th_counter 417 kern/kern_tc.c scale /= th->th_counter->tc_frequency;