Lines Matching defs:next
1932 * above the next power of two: caches with object sizes just above a
2408 /* Get the next entry on the list and randomize it using a random shift */
2598 /* Get colour for the slab, and cal the next value. */
2746 void *next = *list;
2749 while (next) {
2750 objp = next - obj_offset(cachep);
2751 next = *(void **)next;
2800 /* Move pfmemalloc slab to the end of list to speed up next search */
3781 if (!cachep->list.next) {
3948 * again on the next iteration.
3958 /* Give up. Setup the next iteration. */
3980 goto next;
3995 next:
4002 /* Set up the next iteration */