Searched refs:cachemiss (Results 1 – 2 of 2) sorted by relevance
443 ++mp->cachemiss; 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()
77 unsigned long cachemiss; member