HomeSort by: relevance | last modified time | path
    Searched defs:mcl_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
uipc_mbuf.c 95 static pool_cache_t mcl_cache; /* mbuf cluster cache */ variable in typeref:typename:pool_cache_t
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,
    [all...]
uipc_mbuf.c 95 static pool_cache_t mcl_cache; /* mbuf cluster cache */ variable in typeref:typename:pool_cache_t
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,
    [all...]

Completed in 24 milliseconds