Searched refs:gc_count (Results 1 – 1 of 1) sorted by relevance
189 unsigned int gc_count) in tree_nodes_free() argument193 while (gc_count) { in tree_nodes_free()194 rbconn = gc_nodes[--gc_count]; in tree_nodes_free()210 unsigned int gc_count; in count_tree() local214 gc_count = 0; in count_tree()234 tree_nodes_free(root, gc_nodes, gc_count); in count_tree()244 if (no_gc || gc_count >= ARRAY_SIZE(gc_nodes)) in count_tree()250 gc_nodes[gc_count++] = rbconn; in count_tree()253 if (gc_count) { in count_tree()255 tree_nodes_free(root, gc_nodes, gc_count); in count_tree()