Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dmmzone.c32 pg_data_t *pgdat = zone->zone_pgdat; in next_zone()
Dvmscan.c2121 nr_reclaimed = shrink_folio_list(&clean_folios, zone->zone_pgdat, &sc, in reclaim_clean_pages_from_list()
2126 mod_node_page_state(zone->zone_pgdat, NR_ISOLATED_FILE, in reclaim_clean_pages_from_list()
2134 mod_node_page_state(zone->zone_pgdat, NR_ISOLATED_ANON, in reclaim_clean_pages_from_list()
2136 mod_node_page_state(zone->zone_pgdat, NR_ISOLATED_FILE, in reclaim_clean_pages_from_list()
6354 if (zone->zone_pgdat == last_pgdat) in shrink_zones()
6364 nr_soft_reclaimed = mem_cgroup_soft_limit_reclaim(zone->zone_pgdat, in shrink_zones()
6373 first_pgdat = zone->zone_pgdat; in shrink_zones()
6376 if (zone->zone_pgdat == last_pgdat) in shrink_zones()
6378 last_pgdat = zone->zone_pgdat; in shrink_zones()
6379 shrink_node(zone->zone_pgdat, sc); in shrink_zones()
[all …]
Dmemory_hotplug.c465 struct pglist_data *pgdat = zone->zone_pgdat; in remove_pfn_range_from_zone()
691 struct pglist_data *pgdat = zone->zone_pgdat; in move_pfn_range_to_zone()
1018 zone->zone_pgdat->node_present_pages += nr_pages; in adjust_present_page_count()
1737 struct pglist_data *pgdat = zone->zone_pgdat; in node_states_check_changes_offline()
Dvmstat.c287 struct pglist_data *pgdat = zone->zone_pgdat; in refresh_zone_stat_thresholds()
1962 if (last_pgdat == zone->zone_pgdat) in need_update()
1964 last_pgdat = zone->zone_pgdat; in need_update()
1965 n = per_cpu_ptr(zone->zone_pgdat->per_cpu_nodestats, cpu); in need_update()
Dpage_alloc.c2203 pg_data_t *pgdat = zone->zone_pgdat; in deferred_grow_zone()
4219 if (last_pgdat != zone->zone_pgdat) { in get_page_from_freelist()
4220 last_pgdat = zone->zone_pgdat; in get_page_from_freelist()
4221 last_pgdat_dirty_ok = node_dirty_ok(zone->zone_pgdat); in get_page_from_freelist()
4269 ret = node_reclaim(zone->zone_pgdat, gfp_mask, order); in get_page_from_freelist()
4816 if (last_pgdat != zone->zone_pgdat) { in wake_all_kswapds()
4818 last_pgdat = zone->zone_pgdat; in wake_all_kswapds()
6894 struct pglist_data *pgdat = zone->zone_pgdat; in memmap_init_zone_device()
7324 struct pglist_data *pgdat = zone->zone_pgdat; in init_currently_empty_zone()
7736 zone->zone_pgdat = NODE_DATA(nid); in zone_init_internals()
[all …]
Dcompaction.c789 pg_data_t *pgdat = cc->zone->zone_pgdat; in isolate_migratepages_block()
2011 return div64_ul(score, zone->zone_pgdat->node_present_pages + 1); in fragmentation_score_zone_weighted()
2090 pgdat = cc->zone->zone_pgdat; in __compact_finished()
Dmigrate.c464 old_lruvec = mem_cgroup_lruvec(memcg, oldzone->zone_pgdat); in folio_migrate_mapping()
465 new_lruvec = mem_cgroup_lruvec(memcg, newzone->zone_pgdat); in folio_migrate_mapping()
/linux-6.1.9/include/linux/
Dmmzone.h728 struct pglist_data *zone_pgdat; member
1290 #define zone_idx(zone) ((zone) - (zone)->zone_pgdat->node_zones)