Searched refs:cachehit (Results 1 – 3 of 3) sorted by relevance
435 ++mp->cachehit; in mpool_look()465 if (mp->cachehit + mp->cachemiss) in mpool_stat()468 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss)) in mpool_stat()469 * 100, mp->cachehit, mp->cachemiss); in mpool_stat()
78 unsigned long cachehit; member
515 #define cachehit(pub, sec, list) \ in readcache() macro519 for (l = &g_cachedkeys; (*l) != NULL && !cachehit(pub, sec, *l); in readcache()