Searched refs:next_tree (Results 1 – 1 of 1) sorted by relevance
488 unsigned int tree, next_tree, gc_count = 0; in tree_gc_worker() local509 next_tree = (tree + 1) % CONNCOUNT_SLOTS; in tree_gc_worker()510 next_tree = find_next_bit(data->pending_trees, next_tree, CONNCOUNT_SLOTS); in tree_gc_worker()512 if (next_tree < CONNCOUNT_SLOTS) { in tree_gc_worker()513 data->gc_tree = next_tree; in tree_gc_worker()