Searched defs:gets (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dmem.c98 unsigned long gets; member in struct:stats
188 unsigned int gets; /*%< # of requests to this pool */ member in struct:isc_mempool
502 ctx->stats[ctx->max_size].gets++;
533 ctx->stats[size].gets++;
575 INSIST(ctx->stats[ctx->max_size].gets != 0U);
576 ctx->stats[ctx->max_size].gets--;
602 INSIST(ctx->stats[size].gets != 0U);
603 ctx->stats[size].gets--;
661 ctx->stats[ctx->max_size].gets++;
664 ctx->stats[size].gets
[all...]

Completed in 40 milliseconds