Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dpage_alloc.c6269 int i, this_nid; in free_bootmem_with_active_regions() local
6271 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, &this_nid) { in free_bootmem_with_active_regions()
6278 this_nid); in free_bootmem_with_active_regions()
6292 int i, this_nid; in sparse_memory_present_with_active_regions() local
6294 for_each_mem_pfn_range(i, nid, &start_pfn, &end_pfn, &this_nid) in sparse_memory_present_with_active_regions()
6295 memory_present(this_nid, start_pfn, end_pfn); in sparse_memory_present_with_active_regions()
Dhuge_memory.c1539 int page_nid = NUMA_NO_NODE, this_nid = numa_node_id(); in do_huge_pmd_numa_page() local
1569 if (page_nid == this_nid) { in do_huge_pmd_numa_page()