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