Lines Matching defs:gets
89 u_long gets;
215 stats[max_size].gets++;
349 stats[size].gets++;
434 INSIST(stats[max_size].gets != 0U);
435 stats[max_size].gets--;
472 INSIST(stats[size].gets != 0U);
473 stats[size].gets--;
513 if (s->totalgets == 0U && s->gets == 0U)
515 fprintf(out, "%s%5lu: %11lu gets, %11lu rem",
517 (unsigned long)i, s->totalgets, s->gets);
547 if (stats[i].gets != 0U)