HomeSort by: relevance | last modified time | path
    Searched defs:node_lock_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
rbtdb_p.h 108 unsigned int node_lock_count; member in struct:dns_rbtdb
139 * There will be node_lock_count linked lists here. Nodes in bucket 1
145 * Start point % node_lock_count for next LRU cleanup.
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 479 unsigned int node_lock_count; member in struct:dns_rbtdb
515 * be node_lock_count linked lists here. Nodes in bucket 1 will be
1101 for (i = 0; i < rbtdb->node_lock_count; i++) {
1175 for (i = 0; i < rbtdb->node_lock_count; i++) {
1184 for (i = 0; i < rbtdb->node_lock_count; i++) {
1188 rbtdb->node_lock_count *
1195 for (i = 0; i < rbtdb->node_lock_count; i++) {
1199 rbtdb->node_lock_count * sizeof(rbtnodelist_t));
1205 for (i = 0; i < rbtdb->node_lock_count; i++) {
1209 rbtdb->node_lock_count * sizeof(isc_heap_t *))
    [all...]

Completed in 25 milliseconds