Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c59 mpool_open(key, fd, pagesize, maxcache) in mpool_open() argument
62 db_pgno_t pagesize, maxcache;
87 mp->maxcache = maxcache;
357 if (mp->curcache < mp->maxcache)
482 mp->pagesize, mp->curcache, mp->maxcache);
H A Dmpool.h80 db_pgno_t maxcache; /* max number of cached pages */ member