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

/freebsd-current/include/
H A Dmpool.h65 pgno_t maxcache; /* max number of cached pages */ member in struct:MPOOL
/freebsd-current/lib/libc/db/mpool/
H A Dmpool.c59 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) argument
84 mp->maxcache = maxcache;
341 if (mp->curcache < mp->maxcache)
459 mp->pagesize, mp->curcache, mp->maxcache);
/freebsd-current/sys/vm/
H A Dvm_page.c213 int cache, domain, maxcache, pool; local
216 maxcache = pgcache_zone_max_pcpu * mp_ncpus;
232 cache = maxcache != 0 ? maxcache :

Completed in 268 milliseconds