Home
last modified time | relevance | path

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

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