Searched refs:cachemiss (Results 1 – 2 of 2) sorted by relevance
445 ++mp->cachemiss; in mpool_look()470 if (mp->cachehit + mp->cachemiss) in mpool_stat()473 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss)) in mpool_stat()474 * 100, mp->cachehit, mp->cachemiss); in mpool_stat()
79 unsigned long cachemiss; member