| From | "Aneesh Kumar K.V" <> | Subject | Re: [RFC 13/16] mm/cma: populate ZONE_CMA and use this zone when GFP_HIGHUSERMOVABLE | Date | Wed, 18 Mar 2015 15:33:02 +0530 |
| |
> > #ifdef CONFIG_CMA > +static void __init adjust_present_page_count(struct page *page, long count) > +{ > + struct zone *zone = page_zone(page); > + > + zone->present_pages += count; > +} > +
May be adjust_page_zone_present_count() ?
-aneesh
|