Report the frequency of the current timecounter. */
| 1219 | |
| 1220 | /* Report the frequency of the current timecounter. */ |
| 1221 | uint64_t |
| 1222 | tc_getfrequency(void) |
| 1223 | { |
| 1224 | |
| 1225 | return (timehands->th_counter->tc_frequency); |
| 1226 | } |
| 1227 | |
| 1228 | static bool |
| 1229 | sleeping_on_old_rtc(struct thread *td) |
no outgoing calls
no test coverage detected