Lines Matching defs:next
20 * reinitialized for the next user.
97 unsigned long next, limit;
108 for (; addr < limit; addr = next) {
109 next = pmd_addr_end(addr, limit);
124 if (addr + (nw << PAGE_SHIFT) > next)
125 nw = (next - addr) >> PAGE_SHIFT;
192 unsigned long next, limit;
233 for (limit = addr + len; addr < limit; addr = next) {
234 next = pmd_addr_end(addr, limit);
263 if (addr + (nw << PAGE_SHIFT) > next)
264 nw = (next - addr) >> PAGE_SHIFT;