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

/freebsd-10-stable/include/
H A Dmpool.h66 pgno_t maxcache; /* max number of cached pages */ member in struct:MPOOL
/freebsd-10-stable/lib/libc/db/mpool/
H A Dmpool.c63 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) argument
88 mp->maxcache = maxcache;
345 if (mp->curcache < mp->maxcache)
463 mp->pagesize, mp->curcache, mp->maxcache);

Completed in 90 milliseconds