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

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c218 * internal task buckets. We use multiple tasks to distribute various
325 static isc_result_t qid_allocate(dns_dispatchmgr_t *mgr, unsigned int buckets,
2032 unsigned int maxrequests, unsigned int buckets,
2040 REQUIRE(buckets < 2097169); /* next prime > 65536 * 32 */
2041 REQUIRE(increment > buckets);
2102 result = qid_allocate(mgr, buckets, increment, &mgr->qid, ISC_TRUE);
2294 qid_allocate(dns_dispatchmgr_t *mgr, unsigned int buckets, argument
2303 REQUIRE(buckets < 2097169); /* next prime > 65536 * 32 */
2304 REQUIRE(increment > buckets);
2312 buckets * sizeo
2030 dns_dispatchmgr_setudp(dns_dispatchmgr_t *mgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment) argument
2501 dns_dispatch_createtcp(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument
2592 dns_dispatch_getudp(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp) argument
[all...]
H A Dresolver.c381 fctxbucket_t * buckets; member in struct:dns_resolver
1148 LOCK(&res->buckets[fctx->bucketnum].lock);
1154 UNLOCK(&res->buckets[fctx->bucketnum].lock);
1325 task = res->buckets[fctx->bucketnum].task;
1646 task = res->buckets[fctx->bucketnum].task;
2138 LOCK(&res->buckets[bucketnum].lock);
2170 UNLOCK(&res->buckets[bucketnum].lock);
2503 res->buckets[fctx->bucketnum].task,
3122 ISC_LIST_UNLINK(res->buckets[bucketnum].fctxs, fctx, link);
3128 if (res->buckets[bucketnu
[all...]

Completed in 26 milliseconds