Searched refs:bucketnum (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c179 unsigned int bucketnum; member in struct:fetchctx
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;
2125 unsigned int bucketnum; local
2137 bucketnum = fctx->bucketnum;
2138 LOCK(&res->buckets[bucketnum].lock);
2170 UNLOCK(&res->buckets[bucketnum]
3100 unsigned int bucketnum; local
3297 unsigned int bucketnum; local
3368 unsigned int bucketnum; local
3513 fctx_create(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, unsigned int options, unsigned int bucketnum, fetchctx_t **fctxp) argument
3938 unsigned int bucketnum; local
4032 isc_uint32_t bucketnum = fctx->bucketnum; local
6183 unsigned int bucketnum; local
7802 unsigned int bucketnum; local
7982 unsigned int bucketnum; local
[all...]
H A Drbtdb.c1508 * The caller must hold a tree write lock and bucketnum'th node (write) lock.
1511 cleanup_dead_nodes(dns_rbtdb_t *rbtdb, int bucketnum) { argument
1516 node = ISC_LIST_HEAD(rbtdb->deadnodes[bucketnum]);
1518 ISC_LIST_UNLINK(rbtdb->deadnodes[bucketnum], node, deadlink);
1540 node = ISC_LIST_HEAD(rbtdb->deadnodes[bucketnum]);

Completed in 469 milliseconds