Searched refs:next_batch (Results 1 – 1 of 1) sorted by relevance
154 struct hlist_node *last, *next_batch, *first_batch; in pool_move_batch() local163 next_batch = last->next; in pool_move_batch()166 src->objects.first = next_batch; in pool_move_batch()167 if (next_batch) in pool_move_batch()168 next_batch->pprev = &src->objects.first; in pool_move_batch()
Completed in 4 milliseconds