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

/freebsd-current/include/
H A Dmpool.h75 unsigned long cachehit; member in struct:MPOOL
/freebsd-current/lib/libc/db/mpool/
H A Dmpool.c434 ++mp->cachehit;
464 if (mp->cachehit + mp->cachemiss)
467 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss))
468 * 100, mp->cachehit, mp->cachemiss);
/freebsd-current/usr.sbin/keyserv/
H A Dsetkey.c481 #define cachehit(pub, sec, list) \ macro
485 for (l = &g_cachedkeys; (*l) != NULL && !cachehit(pub, sec, *l);

Completed in 92 milliseconds