Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_clock.c88 static void initclocks(void *dummy);
89 SYSINIT(clocks, SI_SUB_CLOCKS, SI_ORDER_FIRST, initclocks, NULL);
391 initclocks(dummy) in initclocks() function