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