Home
last modified time | relevance | path

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

/titanic_41/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.h90 u_long cachehit; member
/titanic_41/usr/src/cmd/keyserv/
H A Dsetkey.c1155 #define cachehit(pub, sec, list) \ macro
1171 for (l = &g_cachedkeys[hash]; (*l) != NULL && !cachehit(pub, sec, *l);