Lines Matching defs:gets
87 u_long gets;
213 stats[max_size].gets++;
347 stats[size].gets++;
432 INSIST(stats[max_size].gets != 0U);
433 stats[max_size].gets--;
470 INSIST(stats[size].gets != 0U);
471 stats[size].gets--;
511 if (s->totalgets == 0U && s->gets == 0U)
513 fprintf(out, "%s%5lu: %11lu gets, %11lu rem",
515 (unsigned long)i, s->totalgets, s->gets);
545 if (stats[i].gets != 0U)