Searched refs:next_tree (Results 1 – 1 of 1) sorted by relevance
450 unsigned int tree, next_tree, gc_count = 0; in tree_gc_worker() local491 next_tree = (tree + 1) % CONNCOUNT_SLOTS; in tree_gc_worker()492 next_tree = find_next_bit(data->pending_trees, CONNCOUNT_SLOTS, next_tree); in tree_gc_worker()494 if (next_tree < CONNCOUNT_SLOTS) { in tree_gc_worker()495 data->gc_tree = next_tree; in tree_gc_worker()