Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/db/mpool/
Dmpool.c433 ++mp->cachehit; in mpool_look()
463 if (mp->cachehit + mp->cachemiss) in mpool_stat()
466 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss)) in mpool_stat()
467 * 100, mp->cachehit, mp->cachemiss); in mpool_stat()
/mirbsd/src/include/
Dmpool.h78 unsigned long cachehit; member