Searched refs:node_present_pages (Results 1 – 11 of 11) sorted by relevance
1286 unsigned long node_present_pages; /* total number of physical pages */ member1390 #define node_present_pages(nid) (NODE_DATA(nid)->node_present_pages) macro
2828 phys_pages += node_present_pages(nid); in get_num_physpages()
289 oc->totalpages += node_present_pages(nid); in constrained_alloc()302 oc->totalpages += node_present_pages(nid); in constrained_alloc()
621 pages = node_present_pages(sc->nid); in count_shadow_nodes()
1018 zone->zone_pgdat->node_present_pages += nr_pages; in adjust_present_page_count()1171 pgdat->node_present_pages = 0; in reset_node_present_pages()
2017 return div64_ul(score, zone->zone_pgdat->node_present_pages + 1); in fragmentation_score_zone_weighted()
2930 unsigned long total_pages = node_present_pages(nid); in numa_policy_init()
7625 pgdat->node_present_pages = realtotalpages; in calculate_node_totalpages()8434 if (pgdat->node_present_pages) in free_area_init()
508 if (node_present_pages(i)) in paging_init()
218 ``node_present_pages``
1479 pgdat->node_present_pages >> 4); in pgdat_free_space_enough()
Completed in 66 milliseconds