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

/freebsd-9.3-release/contrib/bind9/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.c189 unsigned int fillcount; /*%< # of items to fetch on each fill */ member in struct:isc__mempool
1475 ISC_MSG_POOLFILLCOUNT, "fillcount"),
1489 pool->fillcount, pool->gets,
1865 mpctx->fillcount = 1;
2019 for (i = 0; i < mpctx->fillcount; i++) {
2234 mpctx->fillcount = limit;
2244 unsigned int fillcount; local
2251 fillcount = mpctx->fillcount;
2256 return (fillcount);
[all...]
/freebsd-9.3-release/contrib/ntp/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.c189 unsigned int fillcount; /*%< # of items to fetch on each fill */ member in struct:isc__mempool
1474 ISC_MSG_POOLFILLCOUNT, "fillcount"),
1483 pool->fillcount, pool->gets,
1855 mpctx->fillcount = 1;
2009 for (i = 0; i < mpctx->fillcount; i++) {
2224 mpctx->fillcount = limit;
2234 unsigned int fillcount; local
2241 fillcount = mpctx->fillcount;
2246 return (fillcount);
[all...]

Completed in 132 milliseconds