Home
last modified time | relevance | path

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

/minix3/include/
H A Dmpool.h67 pgno_t maxcache; /* max number of cached pages */ member
/minix3/lib/libc/db/mpool/
H A Dmpool.c74 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open()