Home
last modified time | relevance | path

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

/src/lib/libc/db/mpool/
H A Dmpool.c438 ++mp->cachehit; in mpool_look()
468 if (mp->cachehit + mp->cachemiss) in mpool_stat()
471 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss)) in mpool_stat()
472 * 100, mp->cachehit, mp->cachemiss); in mpool_stat()
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c441 ++mp->cachehit; in mpool_look()
471 if (mp->cachehit + mp->cachemiss) in mpool_stat()
474 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss)) in mpool_stat()
475 * 100, mp->cachehit, mp->cachemiss); in mpool_stat()
H A Dmpool.h76 u_long cachehit; member
/src/include/
H A Dmpool.h75 unsigned long cachehit; member