Lines Matching refs:references

150  * node lock and isc_refcount for node references.  In this case, we don't have
350 isc_refcount_t references;
380 isc_refcount_t references;
417 isc_refcount_t references;
682 isc_refcount_increment(&rbtdb->references, NULL);
853 isc_refcount_decrement(&rbtdb->current_version->references,
857 isc_refcount_destroy(&rbtdb->current_version->references);
940 isc_refcount_destroy(&rbtdb->node_locks[i].references);
979 isc_refcount_destroy(&rbtdb->references);
1006 * Even though there are no external direct references, there still
1013 if (isc_refcount_current(&rbtdb->node_locks[i].references)
1047 isc_refcount_decrement(&rbtdb->references, &refs);
1065 isc_refcount_increment(&version->references, &refs);
1073 unsigned int references, isc_boolean_t writer)
1082 result = isc_refcount_init(&version->references, references);
1154 isc_refcount_increment(&rbtversion->references, &refs);
1503 * Clean up dead nodes. These are nodes which have no references, and
1556 lockref = &rbtdb->node_locks[node->locknum].references;
1618 * lock. Note that the lock must be held even when node references are
1649 isc_refcount_decrement(&nodelock->references, &refs);
1711 isc_refcount_decrement(&nodelock->references, &refs);
2139 isc_refcount_decrement(&rbtdb->references, &refs);
2167 isc_refcount_decrement(&version->references, &refs);
2193 isc_refcount_decrement(&cur_version->references,
2250 isc_refcount_increment0(&version->references,
2272 * There are no external or internal references
2397 isc_refcount_increment(&rbtdb->references, NULL);
4933 if (isc_refcount_current(&nodelock->references) == 0 &&
5075 fprintf(out, "node %p, %u references, locknum = %u\n",
5357 isc_refcount_increment(&rbtversion->references,
5695 * that our caller had no references to it.
5805 * There are no other references to 'header' when
6301 * to avoid having duplicated references.
7119 result = isc_refcount_init(&rbtdb->node_locks[i].references, 0);
7126 isc_refcount_decrement(&rbtdb->node_locks[i].references, NULL);
7127 isc_refcount_destroy(&rbtdb->node_locks[i].references);
7136 * are references to it, and attaching to the mctx ensures that our
7241 result = isc_refcount_init(&rbtdb->references, 1);
7257 isc_refcount_decrement(&rbtdb->references, NULL);
7258 isc_refcount_destroy(&rbtdb->references);