Searched refs:next_tree (Results 1 – 1 of 1) sorted by relevance
600 unsigned int tree, next_tree, gc_count = 0; in tree_gc_worker() local650 next_tree = (tree + 1) % CONNCOUNT_SLOTS; in tree_gc_worker()651 next_tree = find_next_bit(data->pending_trees, CONNCOUNT_SLOTS, next_tree); in tree_gc_worker()653 if (next_tree < CONNCOUNT_SLOTS) { in tree_gc_worker()654 data->gc_tree = next_tree; in tree_gc_worker()