Home
last modified time | relevance | path

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

/trueos/lib/libc/db/mpool/
HDmpool.c63 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open() argument
88 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()
/trueos/include/
HDmpool.h66 pgno_t maxcache; /* max number of cached pages */ member