Lines Matching defs:next
119 * all times where as the 'next' list maintains the available
128 static struct vmemmap_backing *next;
131 * The same pointer 'next' tracks individual chunks inside the allocated
146 vmem_back = next;
147 next = next->list;
154 next = vmemmap_alloc_block(PAGE_SIZE, node);
155 if (unlikely(!next)) {
164 return next++;
311 /* next point to this freed entry */
312 vmem_back->list = next;
313 next = vmem_back;