Searched refs:maxcache (Results 1 – 2 of 2) sorted by relevance
59 mpool_open(key, fd, pagesize, maxcache) in mpool_open() argument62 db_pgno_t pagesize, maxcache;87 mp->maxcache = maxcache;357 if (mp->curcache < mp->maxcache)482 mp->pagesize, mp->curcache, mp->maxcache);
80 db_pgno_t maxcache; /* max number of cached pages */ member