Searched refs:maxcache (Results 1 – 2 of 2) sorted by relevance
65 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open() argument90 mp->maxcache = maxcache; in mpool_open()347 if (mp->curcache < mp->maxcache) in mpool_bkt()465 mp->pagesize, mp->curcache, mp->maxcache); in mpool_stat()
68 pgno_t maxcache; /* max number of cached pages */ member