Searched refs:cachemiss (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h91 u_long cachemiss; member in struct:MPOOL
H A Dmpool.c461 ++mp->cachemiss;
487 if (mp->cachehit + mp->cachemiss)
490 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss))
491 * 100, mp->cachehit, mp->cachemiss);

Completed in 57 milliseconds