Home
last modified time | relevance | path

Searched refs:first_batch (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Ddebugobjects.c154 struct hlist_node *last, *next_batch, *first_batch; in pool_move_batch() local
160 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()