Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/mpool/
H A Dmpool.c167 mp->curcache--; in mpool_delete()
224 mp->curcache--; in mpool_get()
236 mp->curcache--; in mpool_get()
344 if (mp->curcache < mp->maxcache) in mpool_bkt()
384 ++mp->curcache; in mpool_bkt()
462 mp->pagesize, mp->curcache, mp->maxcache); in mpool_stat()
/freebsd-14.2/include/
H A Dmpool.h66 pgno_t curcache; /* current number of cached pages */ member