Searched refs:next_tree (Results 1 – 1 of 1) sorted by relevance
459 unsigned int tree, next_tree, gc_count = 0; in tree_gc_worker() local500 next_tree = (tree + 1) % CONNCOUNT_SLOTS; in tree_gc_worker()501 next_tree = find_next_bit(data->pending_trees, CONNCOUNT_SLOTS, next_tree); in tree_gc_worker()503 if (next_tree < CONNCOUNT_SLOTS) { in tree_gc_worker()504 data->gc_tree = next_tree; in tree_gc_worker()