Lines Matching defs:end
330 * PFNs that correspond to the start and end of the represented zone.
334 * It also contains the pfns that correspond to the start and end of
374 unsigned long end_pfn; /* Zone end page frame + 1 */
511 unsigned long start, unsigned long end)
517 pages = end - start;
526 zone->end_pfn = end;
568 unsigned long end;
607 list_for_each_entry(ext, list, hook) if (zone_start <= ext->end) break;
619 new_ext->end = zone_end;
628 if (zone_end > ext->end) {
629 ext->end = zone_end;
639 if (zone_end < cur->end) {
640 ext->end = cur->end;
672 zone = create_zone_bm_rtree(gfp_mask, safe_needed, &ca, ext->start, ext->end);
2148 * The function returns 0 to indicate the end of the data stream condition,
2665 * The function returns 0 to indicate the "end of file" condition. Negative