Searched refs:gc_count (Results 1 – 1 of 1) sorted by relevance
278 unsigned int gc_count) in tree_nodes_free() argument282 while (gc_count) { in tree_nodes_free()283 rbconn = gc_nodes[--gc_count]; in tree_nodes_free()346 gc_nodes[gc_count++] = rbconn; in insert_tree()349 if (gc_count) { in insert_tree()352 gc_count = 0; in insert_tree()460 gc_count++; in tree_gc_worker()468 if (gc_count < ARRAY_SIZE(gc_nodes)) in tree_gc_worker()471 gc_count = 0; in tree_gc_worker()480 gc_nodes[gc_count++] = rbconn; in tree_gc_worker()[all …]
Completed in 7 milliseconds