Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dmmzone.c32 pg_data_t *pgdat = zone->zone_pgdat; in next_zone()
Dvmscan.c2226 nr_reclaimed = shrink_folio_list(&clean_folios, zone->zone_pgdat, &sc, in reclaim_clean_pages_from_list()
2231 mod_node_page_state(zone->zone_pgdat, NR_ISOLATED_FILE, in reclaim_clean_pages_from_list()
2239 mod_node_page_state(zone->zone_pgdat, NR_ISOLATED_ANON, in reclaim_clean_pages_from_list()
2241 mod_node_page_state(zone->zone_pgdat, NR_ISOLATED_FILE, in reclaim_clean_pages_from_list()
6754 if (zone->zone_pgdat == last_pgdat) in shrink_zones()
6764 nr_soft_reclaimed = mem_cgroup_soft_limit_reclaim(zone->zone_pgdat, in shrink_zones()
6773 first_pgdat = zone->zone_pgdat; in shrink_zones()
6776 if (zone->zone_pgdat == last_pgdat) in shrink_zones()
6778 last_pgdat = zone->zone_pgdat; in shrink_zones()
6779 shrink_node(zone->zone_pgdat, sc); in shrink_zones()
[all …]
Dvmstat.c287 struct pglist_data *pgdat = zone->zone_pgdat; in refresh_zone_stat_thresholds()
1974 if (last_pgdat == zone->zone_pgdat) in need_update()
1976 last_pgdat = zone->zone_pgdat; in need_update()
1977 n = per_cpu_ptr(zone->zone_pgdat->per_cpu_nodestats, cpu); in need_update()
Dmemory_hotplug.c530 struct pglist_data *pgdat = zone->zone_pgdat; in remove_pfn_range_from_zone()
751 struct pglist_data *pgdat = zone->zone_pgdat; in move_pfn_range_to_zone()
1078 zone->zone_pgdat->node_present_pages += nr_pages; in adjust_present_page_count()
1813 struct pglist_data *pgdat = zone->zone_pgdat; in node_states_check_changes_offline()
Dmm_init.c1063 struct pglist_data *pgdat = zone->zone_pgdat; in memmap_init_zone_device()
1372 zone->zone_pgdat = NODE_DATA(nid); in zone_init_internals()
1395 struct pglist_data *pgdat = zone->zone_pgdat; in init_currently_empty_zone()
2274 pg_data_t *pgdat = zone->zone_pgdat; in deferred_grow_zone()
Dcompaction.c790 pg_data_t *pgdat = cc->zone->zone_pgdat; in too_many_isolated()
841 pg_data_t *pgdat = cc->zone->zone_pgdat; in isolate_migratepages_block()
2118 return div64_ul(score, zone->zone_pgdat->node_present_pages + 1); in fragmentation_score_zone_weighted()
2199 pgdat = cc->zone->zone_pgdat; in __compact_finished()
Dpage_alloc.c3093 if (last_pgdat != zone->zone_pgdat) { in get_page_from_freelist()
3094 last_pgdat = zone->zone_pgdat; in get_page_from_freelist()
3095 last_pgdat_dirty_ok = node_dirty_ok(zone->zone_pgdat); in get_page_from_freelist()
3148 ret = node_reclaim(zone->zone_pgdat, gfp_mask, order); in get_page_from_freelist()
3685 if (last_pgdat != zone->zone_pgdat) { in wake_all_kswapds()
3687 last_pgdat = zone->zone_pgdat; in wake_all_kswapds()
5828 zone->zone_pgdat->min_unmapped_pages += (zone_managed_pages(zone) * in setup_min_unmapped_ratio()
5856 zone->zone_pgdat->min_slab_pages += (zone_managed_pages(zone) * in setup_min_slab_ratio()
Dmigrate.c483 old_lruvec = mem_cgroup_lruvec(memcg, oldzone->zone_pgdat); in folio_migrate_mapping()
484 new_lruvec = mem_cgroup_lruvec(memcg, newzone->zone_pgdat); in folio_migrate_mapping()
/Linux-v6.6/include/linux/
Dmmzone.h833 struct pglist_data *zone_pgdat; member
1459 #define zone_idx(zone) ((zone) - (zone)->zone_pgdat->node_zones)