Lines Matching refs:depool
85 isc_mempool_t *depool; /*%< pool for dispatch events */
981 isc_mempool_put(disp->mgr->depool, ev);
988 ev = isc_mempool_get(disp->mgr->depool);
1597 "depool=%d, rpool=%d, dpool=%d",
1599 isc_mempool_getallocated(mgr->depool),
1606 if (isc_mempool_getallocated(mgr->depool) != 0)
1638 isc_mempool_destroy(&mgr->depool);
1801 mgr->depool = NULL;
1803 &mgr->depool) != ISC_R_SUCCESS) {
1822 isc_mempool_setname(mgr->depool, "dispmgr_depool");
1823 isc_mempool_setmaxalloc(mgr->depool, 32768);
1824 isc_mempool_setfreemax(mgr->depool, 32768);
1825 isc_mempool_associatelock(mgr->depool, &mgr->depool_lock);
1826 isc_mempool_setfillcount(mgr->depool, 32);
1886 isc_mempool_destroy(&mgr->depool);
2466 isc_mempool_put(mgr->depool, disp->failsafe_ev);