Lines Matching defs:mcl_cache
95 static pool_cache_t mcl_cache; /* mbuf cluster cache */
190 mcl_cache = pool_cache_init(mclbytes, COHERENCY_UNIT, 0, 0, "mclpl",
192 KASSERT(mcl_cache != NULL);
195 pool_cache_set_drain_hook(mcl_cache, mb_drain, NULL);
213 pool_cache_sethardlimit(mcl_cache, nmbclusters, mclpool_warnmsg, 60);
224 pool_cache_setlowat(mcl_cache, mcllowat);
315 pool_cache_sethardlimit(mcl_cache, nmbclusters,
324 pool_cache_setlowat(mcl_cache, mcllowat);
640 m->m_ext_storage.ext_buf = (char *)pool_cache_get_paddr(mcl_cache,
2009 pool_cache_put_paddr(mcl_cache,