Searched refs:first_batch (Results 1 – 1 of 1) sorted by relevance
154 struct hlist_node *last, *next_batch, *first_batch; in pool_move_batch() local160 first_batch = src->objects.first; in pool_move_batch()161 obj = hlist_entry(first_batch, typeof(*obj), node); in pool_move_batch()174 first_batch->pprev = &dst->objects.first; in pool_move_batch()175 dst->objects.first = first_batch; in pool_move_batch()