Searched refs:cachehit (Results 1 – 3 of 3) sorted by relevance
440 ++mp->cachehit; 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()
78 unsigned long cachehit; member
534 #define cachehit(pub, sec, list) \ macro538 for (l = &g_cachedkeys; (*l) != NULL && !cachehit(pub, sec, *l);