Home
last modified time | relevance | path

Searched refs:maxcache (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/lib/libc/db/mpool/
Dmpool.c75 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open() argument
100 mp->maxcache = maxcache; in mpool_open()
367 if (mp->curcache < mp->maxcache) in mpool_bkt()
495 (u_long)mp->pagesize, (u_long)mp->curcache, (u_long)mp->maxcache);
/netbsd/src/include/
Dmpool.h68 pgno_t maxcache; /* max number of cached pages */ member