Searched refs:maxcache (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/db/mpool/ |
H A D | mpool.c | 59 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open() argument 84 mp->maxcache = maxcache; in mpool_open() 341 if (mp->curcache < mp->maxcache) in mpool_bkt() 459 mp->pagesize, mp->curcache, mp->maxcache); in mpool_stat()
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/mpool/ |
H A D | mpool.c | 59 mpool_open(void *key, int fd, db_pgno_t pagesize, db_pgno_t maxcache) in mpool_open() argument 84 mp->maxcache = maxcache; in mpool_open() 338 if (mp->curcache < mp->maxcache) in mpool_bkt() 466 mp->pagesize, mp->curcache, mp->maxcache); in mpool_stat()
|
H A D | mpool.h | 66 db_pgno_t maxcache; /* max number of cached pages */ member
|
/freebsd/include/ |
H A D | mpool.h | 65 pgno_t maxcache; /* max number of cached pages */ member
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/ |
H A D | spell.ok | 124 maxcache
|
/freebsd/sys/vm/ |
H A D | vm_page.c | 214 int cache, domain, maxcache, pool; in vm_page_init_cache_zones() local 217 maxcache = pgcache_zone_max_pcpu * mp_ncpus; in vm_page_init_cache_zones() 237 cache = maxcache != 0 ? maxcache : in vm_page_init_cache_zones()
|