Lines Matching defs:start
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
373 unsigned long start_pfn; /* Zone start page frame */
511 unsigned long start, unsigned long end)
517 pages = end - start;
525 zone->start_pfn = start;
567 unsigned long start;
609 if (&ext->hook == list || zone_end < ext->start) {
618 new_ext->start = zone_start;
625 if (zone_start < ext->start) {
626 ext->start = zone_start;
636 if (zone_end < cur->start) {
672 zone = create_zone_bm_rtree(gfp_mask, safe_needed, &ca, ext->start, ext->end);
1746 ktime_t start, stop;
1750 start = ktime_get();
1889 swsusp_show_speed(start, stop, pages, "Allocated");