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

/freebsd-10-stable/include/
H A Dmpool.h65 pgno_t curcache; /* current number of cached pages */ member in struct:MPOOL
/freebsd-10-stable/lib/libc/db/mpool/
H A Dmpool.c168 mp->curcache--;
225 mp->curcache--;
237 mp->curcache--;
345 if (mp->curcache < mp->maxcache)
385 ++mp->curcache;
463 mp->pagesize, mp->curcache, mp->maxcache);

Completed in 38 milliseconds