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

/freebsd-13-stable/include/
H A Dmpool.h68 pgno_t maxcache; /* max number of cached pages */ member in struct:MPOOL
/freebsd-13-stable/lib/libc/db/mpool/
H A Dmpool.c65 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) argument
90 mp->maxcache = maxcache;
347 if (mp->curcache < mp->maxcache)
465 mp->pagesize, mp->curcache, mp->maxcache);
/freebsd-13-stable/sys/vm/
H A Dvm_page.c213 int cache, domain, maxcache, pool; local
215 maxcache = 0;
216 TUNABLE_INT_FETCH("vm.pgcache_zone_max_pcpu", &maxcache);
217 maxcache *= mp_ncpus;
233 cache = maxcache != 0 ? maxcache :

Completed in 121 milliseconds