Home
last modified time | relevance | path

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

/src/include/ !
H A Dmpool.h65 pgno_t maxcache; /* max number of cached pages */ member
/src/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(void *key, int fd, db_pgno_t pagesize, db_pgno_t maxcache) in mpool_open()
/src/lib/libc/db/mpool/ !
H A Dmpool.c59 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open()
/src/sys/vm/ !
H A Dvm_page.c222 int cache, domain, maxcache, pool; in vm_page_init_cache_zones() local