Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c357 if (mp->curcache < mp->maxcache)
401 ++mp->curcache;
482 mp->pagesize, mp->curcache, mp->maxcache);
H A Dmpool.h79 db_pgno_t curcache; /* current number of cached pages */ member