HomeSort by: relevance | last modified time | path
    Searched refs:pool_cache_setlowat (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
pool.h 355 void pool_cache_setlowat(pool_cache_t, int);
  /src/sys/kern/
uipc_mbuf.c 223 pool_cache_setlowat(mb_cache, mblowat);
224 pool_cache_setlowat(mcl_cache, mcllowat);
320 pool_cache_setlowat(mb_cache, mblowat);
324 pool_cache_setlowat(mcl_cache, mcllowat);
subr_pool.c 2499 pool_cache_setlowat(pool_cache_t pc, int n) function in typeref:typename:void
  /src/sys/arch/xen/xen/
if_xennet_xenbus.c 323 pool_cache_setlowat(if_xennetrxbuf_cache, if_xnfrx_lowat);
1418 pool_cache_setlowat(if_xennetrxbuf_cache, if_xnfrx_lowat);
  /src/share/man/man9/
Makefile 803 pool_cache.9 pool_cache_setlowat.9 \
  /src/sys/dev/marvell/
mvxpsec.c 442 pool_cache_setlowat(sc->sc_session_pool, MVXPSEC_MAX_SESSIONS / 2);
451 pool_cache_setlowat(sc->sc_packet_pool, MVXPSEC_MAX_SESSIONS / 2);
  /src/sys/arch/alpha/alpha/
pmap.c 1578 pool_cache_setlowat(&pmap_pv_cache, pmap_pv_lowat);
  /src/sys/arch/arm/arm32/
pmap.c 6857 pool_cache_setlowat(&pmap_l2ptp_cache, (PAGE_SIZE / L2_TABLE_SIZE_REAL) * 4);
6858 pool_cache_setlowat(&pmap_l2dtable_cache,

Completed in 52 milliseconds