Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_synch.c75 static void synch_setup(void *dummy);
76 SYSINIT(synch_setup, SI_SUB_KICK_SCHEDULER, SI_ORDER_FIRST, synch_setup,
635 synch_setup(void *dummy) in synch_setup() function