Searched refs:tly (Results 1 – 1 of 1) sorted by relevance
193 struct tally *tly = &tallies[ctr]; in check_counters() local197 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 …]