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