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

/netbsd-current/sys/sys/
H A Dpool.h355 void pool_cache_setlowat(pool_cache_t, int);
/netbsd-current/sys/kern/
H A Duipc_mbuf.c220 pool_cache_setlowat(mb_cache, mblowat);
221 pool_cache_setlowat(mcl_cache, mcllowat);
317 pool_cache_setlowat(mb_cache, mblowat);
321 pool_cache_setlowat(mcl_cache, mcllowat);
H A Dsubr_pool.c2495 pool_cache_setlowat(pool_cache_t pc, int n) function
/netbsd-current/share/man/man9/
H A DMakefile792 pool_cache.9 pool_cache_setlowat.9 \
/netbsd-current/sys/dev/marvell/
H A Dmvxpsec.c442 pool_cache_setlowat(sc->sc_session_pool, MVXPSEC_MAX_SESSIONS / 2);
451 pool_cache_setlowat(sc->sc_packet_pool, MVXPSEC_MAX_SESSIONS / 2);
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c1578 pool_cache_setlowat(&pmap_pv_cache, pmap_pv_lowat);
/netbsd-current/sys/arch/arm/arm32/
H A Dpmap.c6857 pool_cache_setlowat(&pmap_l2ptp_cache, (PAGE_SIZE / L2_TABLE_SIZE_REAL) * 4);
6858 pool_cache_setlowat(&pmap_l2dtable_cache,

Completed in 149 milliseconds