Searched refs:node_present_pages (Results 1 – 9 of 9) sorted by relevance
847 unsigned long node_present_pages; /* total number of physical pages */ member921 #define node_present_pages(nid) (NODE_DATA(nid)->node_present_pages) macro
2541 phys_pages += node_present_pages(nid); in get_num_physpages()
292 oc->totalpages += node_present_pages(nid); in constrained_alloc()305 oc->totalpages += node_present_pages(nid); in constrained_alloc()
507 pages = node_present_pages(sc->nid); in count_shadow_nodes()
1010 zone->zone_pgdat->node_present_pages += nr_pages; in adjust_present_page_count()1161 pgdat->node_present_pages = 0; in reset_node_present_pages()
1983 return div64_ul(score, zone->zone_pgdat->node_present_pages + 1); in fragmentation_score_zone_weighted()
2834 unsigned long total_pages = node_present_pages(nid); in numa_policy_init()
7280 pgdat->node_present_pages = realtotalpages; in calculate_node_totalpages()8040 if (pgdat->node_present_pages) in free_area_init()
478 if (node_present_pages(i)) in paging_init()
Completed in 49 milliseconds