HomeSort by: relevance | last modified time | path
    Searched refs:cachehit (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
mpool.h 78 unsigned long cachehit; member in struct:MPOOL
  /src/lib/libc/db/mpool/
mpool.c 469 ++mp->cachehit;
500 if (mp->cachehit + mp->cachemiss)
503 ((double)mp->cachehit / (mp->cachehit + mp->cachemiss))
504 * 100, mp->cachehit, mp->cachemiss);
  /src/sys/arch/sparc64/sparc64/
pmap.c 321 int cachehit; /* new entry forced valid entry out */ member in struct:__anon5c40aa2b0108

Completed in 15 milliseconds