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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c182 static ramp_bucket *buckets; variable
358 isc_mem_put(mctx, buckets, n_buckets * sizeof(ramp_bucket));
375 return &buckets[i];
420 ramp_bucket *b = &buckets[i];
638 buckets = init_buckets(n_buckets);
715 /* Don't print unused buckets */
716 last_bucket_used = find_bucket(wait_phase_began) - buckets;
728 double latency = buckets[i].responses ?
729 buckets[i].latency_sum / buckets[
[all...]
/bind-9.11.3/lib/dns/
H A Dclient.c259 unsigned buffersize, maxbuffers, maxrequests, buckets, increment; local
289 buckets = is_shared ? 16411 : 3;
296 buckets, increment,
H A Ddispatch.c202 * internal task buckets. We use multiple tasks to distribute various
316 static isc_result_t qid_allocate(dns_dispatchmgr_t *mgr, unsigned int buckets,
2009 unsigned int maxrequests, unsigned int buckets,
2017 REQUIRE(buckets < 2097169); /* next prime > 65536 * 32 */
2018 REQUIRE(increment > buckets);
2088 result = qid_allocate(mgr, buckets, increment, &mgr->qid, ISC_TRUE);
2279 qid_allocate(dns_dispatchmgr_t *mgr, unsigned int buckets, argument
2288 REQUIRE(buckets < 2097169); /* next prime > 65536 * 32 */
2289 REQUIRE(increment > buckets);
2297 buckets * sizeo
2007 dns_dispatchmgr_setudp(dns_dispatchmgr_t *mgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment) argument
2493 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
2509 dns_dispatch_createtcp2(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, isc_sockaddr_t *destaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument
2746 dns_dispatch_getudp_dup(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, dns_dispatch_t *dup_dispatch) argument
2832 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.c174 /* Number of hash buckets for zone counters */
474 fctxbucket_t * buckets; member in struct:dns_resolver
878 LOCK(&res->buckets[bucket].lock);
880 UNLOCK(&res->buckets[bucket].lock);
1444 LOCK(&res->buckets[fctx->bucketnum].lock);
1450 UNLOCK(&res->buckets[fctx->bucketnum].lock);
1642 task = res->buckets[fctx->bucketnum].task;
2139 task = res->buckets[fctx->bucketnum].task;
2787 LOCK(&res->buckets[bucketnum].lock);
2820 UNLOCK(&res->buckets[bucketnu
[all...]

Completed in 45 milliseconds