Home
last modified time | relevance | path

Searched refs:cachehit (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/db/mpool/
HDmpool.c435 ++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()
/dragonfly/include/
HDmpool.h78 unsigned long cachehit; member
/dragonfly/usr.sbin/keyserv/
HDsetkey.c515 #define cachehit(pub, sec, list) \ in readcache() macro
519 for (l = &g_cachedkeys; (*l) != NULL && !cachehit(pub, sec, *l); in readcache()