Lines Matching refs:maxbuffers
81 unsigned int maxbuffers; /*%< max buffers */
1508 if (disp->mgr->buffers >= disp->mgr->maxbuffers)
1842 mgr->maxbuffers = 0;
2008 unsigned int buffersize, unsigned int maxbuffers,
2016 REQUIRE(maxbuffers > 0);
2033 if (maxbuffers < 8)
2034 maxbuffers = 8;
2041 * We only increase the maxbuffers to avoid accidental buffer
2048 if (maxbuffers > mgr->maxbuffers) {
2049 isc_mempool_setmaxalloc(mgr->bpool, maxbuffers);
2050 isc_mempool_setfreemax(mgr->bpool, maxbuffers);
2051 mgr->maxbuffers = maxbuffers;
2060 isc_mempool_setmaxalloc(mgr->bpool, maxbuffers);
2061 isc_mempool_setfreemax(mgr->bpool, maxbuffers);
2093 mgr->maxbuffers = maxbuffers;
2495 unsigned int maxbuffers, unsigned int maxrequests,
2503 buffersize, maxbuffers, maxrequests,
2512 unsigned int maxbuffers, unsigned int maxrequests,
2519 UNUSED(maxbuffers);
2749 unsigned int maxbuffers, unsigned int maxrequests,
2762 REQUIRE(maxbuffers > 0);
2768 result = dns_dispatchmgr_setudp(mgr, buffersize, maxbuffers,
2835 unsigned int maxbuffers, unsigned int maxrequests,
2841 buffersize, maxbuffers, maxrequests,