Home
last modified time | relevance | path

Searched defs:psemstats (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dposix_sem.c126 struct psemstats { struct
127 long goodhits; /* hits that we can really use */
128 long neghits; /* negative hits that we can use */
129 long badhits; /* hits we must drop */
130 long falsehits; /* hits with id mismatch */
131 long miss; /* misses */
132 long longnames; /* long names that ignore cache */
162 struct psemstats psemstats; /* cache effectiveness statistics */ variable