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

/netbsd-6-1-5-RELEASE/include/
H A Dmpool.h67 pgno_t maxcache; /* max number of cached pages */ member in struct:MPOOL
/netbsd-6-1-5-RELEASE/lib/libc/db/mpool/
H A Dmpool.c74 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) argument
99 mp->maxcache = maxcache;
310 if (mp->curcache < mp->maxcache)
431 (u_long)mp->pagesize, (u_long)mp->curcache, (u_long)mp->maxcache);

Completed in 65 milliseconds