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

/netbsd-6-1-5-RELEASE/include/
H A Dmpool.h77 unsigned long cachehit; member in struct:MPOOL
/netbsd-6-1-5-RELEASE/lib/libc/db/mpool/
H A Dmpool.c405 ++mp->cachehit;
436 if (mp->cachehit + mp->cachemiss)
439 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss))
440 * 100, mp->cachehit, mp->cachemiss);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dpmap.c277 int cachehit; /* new entry forced valid entry out */ member in struct:__anon6602

Completed in 136 milliseconds