Searched defs:bucket (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dsymtab.c173 unsigned int bucket; local
179 FIND(symtab, key, type, bucket, elt);
234 unsigned int bucket; local
241 FIND(symtab, key, type, bucket, elt);
247 UNLINK(symtab->table[bucket], elt, link);
274 PREPEND(symtab->table[bucket], elt, link);
284 unsigned int bucket; local
290 FIND(symtab, key, type, bucket, elt);
298 UNLINK(symtab->table[bucket], elt, link);
/bind-9.6-ESV-R11/lib/isccc/
H A Dsymtab.c105 free_elt(isccc_symtab_t *symtab, unsigned int bucket, elt_t *elt) { argument
106 ISC_LIST_UNLINK(symtab->table[bucket], elt, link);
198 unsigned int bucket; local
204 FIND(symtab, key, type, bucket, elt);
219 unsigned int bucket; local
226 FIND(symtab, key, type, bucket, elt);
232 ISC_LIST_UNLINK(symtab->table[bucket], elt, link);
251 ISC_LIST_PREPEND(symtab->table[bucket], elt, link);
258 unsigned int bucket; local
264 FIND(symtab, key, type, bucket, el
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c464 int bucket; local
475 bucket = isc_hash_calc((const unsigned char *)&db,
478 for (dbentry = ISC_LIST_HEAD(acache->dbbucket[bucket]);
1235 int bucket; local
1267 bucket = isc_hash_calc((const unsigned char *)&db,
1270 ISC_LIST_APPEND(acache->dbbucket[bucket], dbentry, link);
1282 int bucket; local
1356 bucket = isc_hash_calc((const unsigned char *)&db,
1358 ISC_LIST_UNLINK(acache->dbbucket[bucket], dbentry, link);
H A Drbt.c1569 unsigned int bucket; local
1575 bucket = HASHVAL(node) % rbt->hashsize;
1576 bucket_node = rbt->hashtable[bucket];
1579 rbt->hashtable[bucket] = HASHNEXT(node);
H A Ddispatch.c142 unsigned int bucket; member in struct:dns_dispentry
184 unsigned int bucket; member in struct:dispsocket
603 unsigned int bucket; local
605 bucket = 0;
607 while (bucket < qid->qid_nbuckets) {
608 ret = ISC_LIST_HEAD(qid->qid_table[bucket]);
611 bucket++;
624 unsigned int bucket; local
630 bucket = resp->bucket;
779 socket_search(dns_qid_t *qid, isc_sockaddr_t *dest, in_port_t port, unsigned int bucket) argument
815 unsigned int bucket = 0; local
1004 entry_search(dns_qid_t *qid, isc_sockaddr_t *dest, dns_messageid_t id, in_port_t port, unsigned int bucket) argument
1131 unsigned int bucket; local
1422 unsigned int bucket; local
2963 unsigned int bucket; local
3174 unsigned int bucket; local
[all...]
H A Dadb.c97 #define DNS_ADB_INVALIDBUCKET (-1) /*%< invalid bucket address */
140 * XXXRTH Have a per-bucket structure that contains all of these?
154 * XXXRTH Have a per-bucket structure that contains all of these?
487 * Requires the adbname bucket be locked and that no entry buckets be locked.
626 * Requires the name's bucket be locked.
633 int bucket; local
680 bucket = name->lock_bucket;
681 ISC_LIST_UNLINK(adb->names[bucket], name, plink);
682 ISC_LIST_APPEND(adb->deadnames[bucket], name, plink);
690 * Requires the name's bucket b
742 link_name(dns_adb_t *adb, int bucket, dns_adbname_t *name) argument
755 int bucket; local
777 link_entry(dns_adb_t *adb, int bucket, dns_adbentry_t *entry) argument
808 int bucket; local
841 int bucket; local
886 int bucket; local
1228 int bucket; local
1245 int bucket; local
1601 int bucket; local
1643 int bucket; local
1723 int bucket; local
1859 check_stale_name(dns_adb_t *adb, int bucket, isc_stdtime_t now) argument
1937 cleanup_names(dns_adb_t *adb, int bucket, isc_stdtime_t now) argument
1967 cleanup_entries(dns_adb_t *adb, int bucket, isc_stdtime_t now) argument
2287 int bucket; local
2625 int bucket; local
2683 int bucket; local
3126 int bucket; local
3379 int bucket; local
3416 int bucket; local
3448 int bucket; local
3476 int bucket; local
3529 int bucket; local
3593 int bucket; local
[all...]
H A Drbtdb.c431 * be node_lock_count linked lists here. Nodes in bucket 1 will be
1636 int bucket = node->locknum; local
1639 nodelock = &rbtdb->node_locks[bucket];
1691 * bucket which we will free later.
1775 ISC_LIST_APPEND(rbtdb->deadnodes[bucket], node,
1814 ISC_LIST_APPEND(rbtdb->deadnodes[bucket], node, deadlink);
8699 * entry, and we specifically avoid purging entries in the same LRU bucket as

Completed in 83 milliseconds