Lines Matching refs:zone_pgdat
476 struct pglist_data *pgdat = zone->zone_pgdat; in remove_pfn_range_from_zone()
502 pgdat_resize_lock(zone->zone_pgdat, &flags); in remove_pfn_range_from_zone()
505 pgdat_resize_unlock(zone->zone_pgdat, &flags); in remove_pfn_range_from_zone()
696 struct pglist_data *pgdat = zone->zone_pgdat; in move_pfn_range_to_zone()
831 pgdat_resize_lock(zone->zone_pgdat, &flags); in online_pages()
832 zone->zone_pgdat->node_present_pages += nr_pages; in online_pages()
833 pgdat_resize_unlock(zone->zone_pgdat, &flags); in online_pages()
1384 struct pglist_data *pgdat = zone->zone_pgdat; in node_states_check_changes_offline()
1591 pgdat_resize_lock(zone->zone_pgdat, &flags); in offline_pages()
1592 zone->zone_pgdat->node_present_pages -= nr_pages; in offline_pages()
1593 pgdat_resize_unlock(zone->zone_pgdat, &flags); in offline_pages()