HomeSort by: relevance | last modified time | path
    Searched refs:maxcache (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
mpool.h 68 pgno_t maxcache; /* max number of cached pages */ member in struct:MPOOL
  /src/lib/libc/db/mpool/
mpool.c 75 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache)
100 mp->maxcache = maxcache;
367 if (mp->curcache < mp->maxcache)
495 (u_long)mp->pagesize, (u_long)mp->curcache, (u_long)mp->maxcache);

Completed in 12 milliseconds