Home
last modified time | relevance | path

Searched defs:maxcache (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/
H A Dmpool.h65 pgno_t maxcache; /* max number of cached pages */ member
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h66 db_pgno_t maxcache; /* max number of cached pages */ member
H A Dmpool.c59 mpool_open(key, fd, pagesize, maxcache) in mpool_open() argument
/freebsd/lib/libc/db/mpool/
H A Dmpool.c59 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open()
/freebsd/sys/vm/
H A Dvm_page.c214 int cache, domain, maxcache, pool; in vm_page_init_cache_zones() local