Home
last modified time | relevance | path

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

/mm/
Dpage_alloc.c6276 int i, this_nid; in free_bootmem_with_active_regions() local
6278 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, &this_nid) { in free_bootmem_with_active_regions()
6285 this_nid); in free_bootmem_with_active_regions()
6299 int i, this_nid; in sparse_memory_present_with_active_regions() local
6301 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, &this_nid) in sparse_memory_present_with_active_regions()
6302 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()
Dhuge_memory.c1549 int page_nid = NUMA_NO_NODE, this_nid = numa_node_id(); in do_huge_pmd_numa_page() local
1579 if (page_nid == this_nid) { in do_huge_pmd_numa_page()