MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tc_getfrequency

Function tc_getfrequency

freebsd/kern/kern_tc.c:1221–1226  ·  view source on GitHub ↗

Report the frequency of the current timecounter. */

Source from the content-addressed store, hash-verified

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

Callers 3

cpu_tickrateFunction · 0.85
kern_clock_getresFunction · 0.85
hardppsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected