Home
last modified time | relevance | path

Searched refs:zone_pgdat (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/mm/
Dmemory_hotplug.c329 int nid = zone->zone_pgdat->node_id; in fix_zone_id()
358 pgdat_resize_lock(z1->zone_pgdat, &flags); in move_pfn_range_left()
379 pgdat_resize_unlock(z1->zone_pgdat, &flags); in move_pfn_range_left()
385 pgdat_resize_unlock(z1->zone_pgdat, &flags); in move_pfn_range_left()
400 pgdat_resize_lock(z1->zone_pgdat, &flags); in move_pfn_range_right()
421 pgdat_resize_unlock(z1->zone_pgdat, &flags); in move_pfn_range_right()
427 pgdat_resize_unlock(z1->zone_pgdat, &flags); in move_pfn_range_right()
445 struct pglist_data *pgdat = zone->zone_pgdat; in __add_zone()
457 pgdat_resize_lock(zone->zone_pgdat, &flags); in __add_zone()
459 grow_pgdat_span(zone->zone_pgdat, phys_start_pfn, in __add_zone()
[all …]
Dmmzone.c31 pg_data_t *pgdat = zone->zone_pgdat; in next_zone()
Dsparse.c696 struct pglist_data *pgdat = zone->zone_pgdat; in sparse_add_one_section()
795 struct pglist_data *pgdat = zone->zone_pgdat; in sparse_remove_one_section()
Dvmscan.c1694 trace_mm_vmscan_lru_shrink_inactive(zone->zone_pgdat->node_id, in shrink_inactive_list()
2544 while (!populated_zone(zone->zone_pgdat->node_zones + in shrink_zones()
2786 pgdat = zone->zone_pgdat; in throttle_direct_reclaim()
2815 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
3520 pgdat = zone->zone_pgdat; in wakeup_kswapd()
Dvmstat.c582 if (z->zone_pgdat == preferred_zone->zone_pgdat) { in zone_statistics()
Dpage_alloc.c2485 struct zone *zone = preferred_zone->zone_pgdat->node_zones; in reset_alloc_batches()
4729 alloc_size, zone->zone_pgdat->node_id); in zone_wait_table_init()
4771 struct pglist_data *pgdat = zone->zone_pgdat; in init_currently_empty_zone()
5269 zone->zone_pgdat = pgdat; in free_area_init_core()
/linux-4.4.14/include/linux/
Dmmzone.h360 struct pglist_data *zone_pgdat; member
718 struct pglist_data *pgdat = zone->zone_pgdat; in zone_id()
781 #define zone_idx(zone) ((zone) - (zone)->zone_pgdat->node_zones)
820 int zone_off = (char *)zone - (char *)zone->zone_pgdat->node_zones; in is_highmem()
/linux-4.4.14/arch/tile/mm/
Dinit.c699 int nid = z->zone_pgdat->node_id; in set_non_bootmem_pages_init()