Searched refs:cachehit (Results 1 – 3 of 3) sorted by relevance
437 ++mp->cachehit; in mpool_look()467 if (mp->cachehit + mp->cachemiss) in mpool_stat()470 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss)) in mpool_stat()471 * 100, mp->cachehit, mp->cachemiss); in mpool_stat()
77 unsigned long cachehit; member
487 #define cachehit(pub, sec, list) \ in readcache() macro491 for (l = &g_cachedkeys; (*l) != NULL && !cachehit(pub, sec, *l); in readcache()