Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_tc.c76 struct timecounter *th_counter; /* [W] */ member
97 .th_counter = &dummy_timecounter,
137 tc = th->th_counter; in tc_delta()
522 return (timehands->th_counter->tc_frequency); in tc_getfrequency()
529 return (timehands->th_counter->tc_precision); in tc_getprecision()
639 if (last_tc != th->th_counter) { in tc_update_timekeep()
642 last_tc = th->th_counter; in tc_update_timekeep()
689 if (th->th_counter != active_tc) in tc_windup()
740 if (th->th_counter != active_tc) { in tc_windup()
741 th->th_counter = active_tc; in tc_windup()
[all …]