Lines Matching defs:next
366 unsigned long next;
374 next = pmd_addr_end(addr, end);
390 * Increment next by the size of the huge mapping since
396 if (more > next)
397 next = more;
400 addr, next, floor, ceiling);
401 } while (addr = next, addr != end);
417 unsigned long next;
423 next = pud_addr_end(addr, end);
427 hugetlb_free_pmd_range(tlb, pud, addr, next, floor,
432 * Increment next by the size of the huge mapping since
438 if (more > next)
439 next = more;
442 addr, next, floor, ceiling);
444 } while (addr = next, addr != end);
464 unsigned long next;
484 next = pgd_addr_end(addr, end);
490 hugetlb_free_pud_range(tlb, p4d, addr, next, floor, ceiling);
494 * Increment next by the size of the huge mapping since
500 if (more > next)
501 next = more;
504 addr, next, floor, ceiling);
506 } while (addr = next, addr != end);