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

/xnu-2422.115.4/bsd/dev/
H A Dunix_startup.c253 int mbuf_pool = 0; local
267 (void) PE_parse_boot_argn("mbuf_pool", &mbuf_pool, sizeof (mbuf_pool));
270 * Convert "mbuf_pool" from MB to # of 2KB clusters; it is
273 if (mbuf_pool != 0)
274 ncl = (mbuf_pool << MBSHIFT) >> MCLSHIFT;

Completed in 21 milliseconds