Searched refs:zone_pgdat (Results 1 – 8 of 8) sorted by relevance
1999 mod_node_page_state(zone->zone_pgdat, NR_ISOLATED_FILE, in reclaim_clean_pages_from_list()3505 if (zone->zone_pgdat == last_pgdat) in shrink_zones()3524 first_pgdat = zone->zone_pgdat; in shrink_zones()3527 if (zone->zone_pgdat == last_pgdat) in shrink_zones()3529 last_pgdat = zone->zone_pgdat; in shrink_zones()3530 shrink_node(zone->zone_pgdat, sc); in shrink_zones()3607 if (zone->zone_pgdat == last_pgdat) in do_try_to_free_pages()3609 last_pgdat = zone->zone_pgdat; in do_try_to_free_pages()3617 zone->zone_pgdat); in do_try_to_free_pages()3752 pgdat = zone->zone_pgdat; in throttle_direct_reclaim()[all …]
32 pg_data_t *pgdat = zone->zone_pgdat; in next_zone()
287 struct pglist_data *pgdat = zone->zone_pgdat; in refresh_zone_stat_thresholds()1953 if (last_pgdat == zone->zone_pgdat) in need_update()1955 last_pgdat = zone->zone_pgdat; in need_update()1956 n = per_cpu_ptr(zone->zone_pgdat->per_cpu_nodestats, cpu); in need_update()
465 struct pglist_data *pgdat = zone->zone_pgdat; in remove_pfn_range_from_zone()683 struct pglist_data *pgdat = zone->zone_pgdat; in move_pfn_range_to_zone()1010 zone->zone_pgdat->node_present_pages += nr_pages; in adjust_present_page_count()1793 struct pglist_data *pgdat = zone->zone_pgdat; in node_states_check_changes_offline()
2126 pg_data_t *pgdat = zone->zone_pgdat; in deferred_grow_zone()4077 if (last_pgdat_dirty_limit == zone->zone_pgdat) in get_page_from_freelist()4080 if (!node_dirty_ok(zone->zone_pgdat)) { in get_page_from_freelist()4081 last_pgdat_dirty_limit = zone->zone_pgdat; in get_page_from_freelist()4127 ret = node_reclaim(zone->zone_pgdat, gfp_mask, order); in get_page_from_freelist()4641 if (last_pgdat != zone->zone_pgdat) in wake_all_kswapds()4643 last_pgdat = zone->zone_pgdat; in wake_all_kswapds()6571 struct pglist_data *pgdat = zone->zone_pgdat; in memmap_init_zone_device()7015 struct pglist_data *pgdat = zone->zone_pgdat; in init_currently_empty_zone()7427 zone->zone_pgdat = NODE_DATA(nid); in zone_init_internals()[all …]
803 pg_data_t *pgdat = cc->zone->zone_pgdat; in isolate_migratepages_block()1983 return div64_ul(score, zone->zone_pgdat->node_present_pages + 1); in fragmentation_score_zone_weighted()2062 pgdat = cc->zone->zone_pgdat; in __compact_finished()
471 old_lruvec = mem_cgroup_lruvec(memcg, oldzone->zone_pgdat); in folio_migrate_mapping()472 new_lruvec = mem_cgroup_lruvec(memcg, newzone->zone_pgdat); in folio_migrate_mapping()
522 struct pglist_data *zone_pgdat; member988 #define zone_idx(zone) ((zone) - (zone)->zone_pgdat->node_zones)
Completed in 45 milliseconds