OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cachemiss
(Results
1 - 2
of
2
) sorted by relevancy
/src/include/
mpool.h
79
unsigned long
cachemiss
;
member in struct:MPOOL
/src/lib/libc/db/mpool/
mpool.c
474
++mp->
cachemiss
;
500
if (mp->cachehit + mp->
cachemiss
)
503
((double)mp->cachehit / (mp->cachehit + mp->
cachemiss
))
504
* 100, mp->cachehit, mp->
cachemiss
);
Completed in 13 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025