Searched refs:maxcache (Results 1 – 2 of 2) sorted by relevance
75 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open() argument100 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);
68 pgno_t maxcache; /* max number of cached pages */ member