Home
last modified time | relevance | path

Searched refs:this_nid (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/mm/
Dpage_alloc.c4829 int i, this_nid; in free_bootmem_with_active_regions() local
4831 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, &this_nid) { in free_bootmem_with_active_regions()
4838 this_nid); in free_bootmem_with_active_regions()
4852 int i, this_nid; in sparse_memory_present_with_active_regions() local
4854 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, &this_nid) in sparse_memory_present_with_active_regions()
4855 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()
Dhuge_memory.c1335 int page_nid = -1, this_nid = numa_node_id(); in do_huge_pmd_numa_page() local
1366 if (page_nid == this_nid) { in do_huge_pmd_numa_page()