Searched refs:tunable_mbinit (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/kern/
H A Dkern_mbuf.c150 * tunable_mbinit() has to be run before any mbuf allocations are done.
153 tunable_mbinit(void *dummy) function
204 SYSINIT(tunable_mbinit, SI_SUB_KMEM, SI_ORDER_MIDDLE, tunable_mbinit, NULL);

Completed in 132 milliseconds