Lines Matching defs:next
20 * reinitialized for the next user.
95 unsigned long next, limit;
106 for (; addr < limit; addr = next) {
107 next = pmd_addr_end(addr, limit);
122 if (addr + (nw << PAGE_SHIFT) > next)
123 nw = (next - addr) >> PAGE_SHIFT;
198 unsigned long next, limit;
239 for (limit = addr + len; addr < limit; addr = next) {
240 next = pmd_addr_end(addr, limit);
269 if (addr + (nw << PAGE_SHIFT) > next)
270 nw = (next - addr) >> PAGE_SHIFT;