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

/bind-9.11.3/lib/isc/
H A Dmem.c93 unsigned long gets; member in struct:stats
185 unsigned int gets; /*%< # of requests to this pool */ member in struct:isc__mempool
664 ctx->stats[ctx->max_size].gets++;
696 ctx->stats[size].gets++;
739 INSIST(ctx->stats[ctx->max_size].gets != 0U);
740 ctx->stats[ctx->max_size].gets--;
765 INSIST(ctx->stats[size].gets != 0U);
766 ctx->stats[size].gets--;
825 ctx->stats[ctx->max_size].gets++;
828 ctx->stats[size].gets
[all...]

Completed in 18 milliseconds