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