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

/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c565 unsigned int fillcount; local
567 fillcount = ISC_MAX(remain * 8, count * 8);
577 fillpool(ent, fillcount, ISC_FALSE);
579 fillpool(ent, fillcount, blocking);
H A Dmem.c186 unsigned int fillcount; /*%< # of items to fetch on each fill */ member in struct:isc_mempool
1291 ISC_MSG_POOLFILLCOUNT, "fillcount"),
1305 pool->fillcount, pool->gets,
1658 mpctx->fillcount = 1;
1805 for (i = 0; i < mpctx->fillcount; i++) {
2009 mpctx->fillcount = limit;
2017 unsigned int fillcount; local
2024 fillcount = mpctx->fillcount;
2029 return (fillcount);
[all...]

Completed in 17 milliseconds