Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/cpu_counters/
H A Dkpc_tests.c246 struct tally *tly = &tallies[ctr]; in check_counters() local
250 tly->nzero++; in check_counters()
252 if (tly->lastvalue == count) { in check_counters()
253 tly->nstuck++; in check_counters()
255 if (tly->lastvalue > count) { in check_counters()
256 tly->ndecrease++; in check_counters()
258 tly->lastvalue = count; in check_counters()
259 if (tly->nchecks == 0) { in check_counters()
260 tly->firstvalue = count; in check_counters()
262 tly->nchecks++; in check_counters()
[all …]