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

/freebsd-13-stable/include/
H A Dmpool.h67 pgno_t curcache; /* current number of cached pages */ member in struct:MPOOL
/freebsd-13-stable/lib/libc/db/mpool/
H A Dmpool.c170 mp->curcache--;
227 mp->curcache--;
239 mp->curcache--;
347 if (mp->curcache < mp->maxcache)
387 ++mp->curcache;
465 mp->pagesize, mp->curcache, mp->maxcache);

Completed in 111 milliseconds