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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dmpool.h68 pgno_t curcache; /* current number of cached pages */ member in struct:MPOOL
/macosx-10.10.1/Libc-1044.1.2/db/mpool/FreeBSD/
H A Dmpool.c310 if (mp->curcache < mp->maxcache)
348 ++mp->curcache;
416 mp->pagesize, mp->curcache, mp->maxcache);

Completed in 137 milliseconds