Searched refs:this_nid (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/mm/ |
D | page_alloc.c | 5791 int i, this_nid; in free_bootmem_with_active_regions() local 5793 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, &this_nid) { in free_bootmem_with_active_regions() 5800 this_nid); in free_bootmem_with_active_regions() 5814 int i, this_nid; in sparse_memory_present_with_active_regions() local 5816 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, &this_nid) in sparse_memory_present_with_active_regions() 5817 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()
|
D | huge_memory.c | 1467 int page_nid = -1, this_nid = numa_node_id(); in do_huge_pmd_numa_page() local 1498 if (page_nid == this_nid) { in do_huge_pmd_numa_page()
|