Lines Matching defs:next
21 if (batch->next) {
22 tlb->active = batch->next;
34 batch->next = NULL;
38 tlb->active->next = batch;
48 for (batch = &tlb->local; batch && batch->nr; batch = batch->next) {
57 struct mmu_gather_batch *batch, *next;
59 for (batch = tlb->local.next; batch; batch = next) {
60 next = batch->next;
63 tlb->local.next = NULL;
272 tlb->local.next = NULL;