Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_synch.c71 static void synch_setup(void *dummy);
72 SYSINIT(synch_setup, SI_SUB_KICK_SCHEDULER, SI_ORDER_FIRST, synch_setup,
616 synch_setup(void *dummy __unused) in synch_setup() function