Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/mpool/
H A Dmpool.c437 ++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()
/freebsd-14.2/include/
H A Dmpool.h77 unsigned long cachehit; member
/freebsd-14.2/usr.sbin/keyserv/
H A Dsetkey.c487 #define cachehit(pub, sec, list) \ in readcache() macro
491 for (l = &g_cachedkeys; (*l) != NULL && !cachehit(pub, sec, *l); in readcache()