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

/bind-9.11.3/lib/isc/
H A Dentropy.c570 unsigned int fillcount; local
572 fillcount = ISC_MAX(remain * 8, count * 8);
582 fillpool(ent, fillcount, ISC_FALSE);
584 fillpool(ent, fillcount, blocking);
H A Dmem.c183 unsigned int fillcount; /*%< # of items to fetch on each fill */ member in struct:isc__mempool
1448 ISC_MSG_POOLFILLCOUNT, "fillcount"),
1462 pool->fillcount, pool->gets,
1861 mpctx->fillcount = 1;
2002 for (i = 0; i < mpctx->fillcount; i++) {
2220 mpctx->fillcount = limit;
2230 unsigned int fillcount; local
2237 fillcount = mpctx->fillcount;
2242 return (fillcount);
[all...]

Completed in 19 milliseconds