Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/mpool/
H A Dmpool.c434 ++mp->cachehit; in mpool_look()
464 if (mp->cachehit + mp->cachemiss) in mpool_stat()
467 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss)) in mpool_stat()
468 * 100, mp->cachehit, mp->cachemiss); in mpool_stat()
/freebsd/include/
H A Dmpool.h75 unsigned long cachehit; member