Searched refs:gc_count (Results 1 – 1 of 1) sorted by relevance
289 unsigned int gc_count) in tree_nodes_free() argument293 while (gc_count) { in tree_nodes_free()294 rbconn = gc_nodes[--gc_count]; in tree_nodes_free()357 gc_nodes[gc_count++] = rbconn; in insert_tree()360 if (gc_count) { in insert_tree()363 gc_count = 0; in insert_tree()471 gc_count++; in tree_gc_worker()479 if (gc_count < ARRAY_SIZE(gc_nodes)) in tree_gc_worker()482 gc_count = 0; in tree_gc_worker()491 gc_nodes[gc_count++] = rbconn; in tree_gc_worker()[all …]
Completed in 4 milliseconds