Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/ktrace/
H A Dkpc_tests.c193 struct tally *tly = &tallies[ctr]; in check_counters() local
197 tly->nzero++; in check_counters()
199 if (tly->lastvalue == count) { in check_counters()
200 tly->nstuck++; in check_counters()
202 if (tly->lastvalue > count) { in check_counters()
203 tly->ndecrease++; in check_counters()
205 tly->lastvalue = count; in check_counters()
206 if (tly->nchecks == 0) { in check_counters()
207 tly->firstvalue = count; in check_counters()
209 tly->nchecks++; in check_counters()
[all …]