Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c456 ++mp->cachehit;
487 if (mp->cachehit + mp->cachemiss)
490 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss))
491 * 100, mp->cachehit, mp->cachemiss);
H A Dmpool.h88 u_long cachehit; member
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c1153 #define cachehit(pub, sec, list) \ macro
1169 for (l = &g_cachedkeys[hash]; (*l) != NULL && !cachehit(pub, sec, *l);