Lines Matching refs:zone_pgdat
475 struct pglist_data *pgdat = zone->zone_pgdat; in remove_pfn_range_from_zone()
501 pgdat_resize_lock(zone->zone_pgdat, &flags); in remove_pfn_range_from_zone()
504 pgdat_resize_unlock(zone->zone_pgdat, &flags); in remove_pfn_range_from_zone()
695 struct pglist_data *pgdat = zone->zone_pgdat; in move_pfn_range_to_zone()
830 pgdat_resize_lock(zone->zone_pgdat, &flags); in online_pages()
831 zone->zone_pgdat->node_present_pages += nr_pages; in online_pages()
832 pgdat_resize_unlock(zone->zone_pgdat, &flags); in online_pages()
1380 struct pglist_data *pgdat = zone->zone_pgdat; in node_states_check_changes_offline()
1587 pgdat_resize_lock(zone->zone_pgdat, &flags); in offline_pages()
1588 zone->zone_pgdat->node_present_pages -= nr_pages; in offline_pages()
1589 pgdat_resize_unlock(zone->zone_pgdat, &flags); in offline_pages()