Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/ktrace/
H A Dkpc_tests.c195 struct tally *tly = &tallies[ctr]; in check_counters() local
199 tly->nzero++; in check_counters()
201 if (tly->lastvalue == count) { in check_counters()
202 tly->nstuck++; in check_counters()
204 if (tly->lastvalue > count) { in check_counters()
205 tly->ndecrease++; in check_counters()
207 tly->lastvalue = count; in check_counters()
208 if (tly->nchecks == 0) { in check_counters()
209 tly->firstvalue = count; in check_counters()
211 tly->nchecks++; in check_counters()
[all …]