Searched refs:min_node (Results 1 – 3 of 3) sorted by relevance
260 struct memblock_region *min_node = &memblock.memory.regions[2]; in alloc_exact_nid_top_down_numa_no_overlap_low_check() local 270 min_addr = min_node->base; in alloc_exact_nid_top_down_numa_no_overlap_low_check() 531 struct memblock_region *min_node = &memblock.memory.regions[2]; in alloc_exact_nid_bottom_up_numa_no_overlap_low_check() local 541 min_addr = min_node->base; in alloc_exact_nid_bottom_up_numa_no_overlap_low_check() 754 struct memblock_region *min_node = &memblock.memory.regions[2]; in alloc_exact_nid_numa_no_overlap_high_generic_check() local 764 min_addr = min_node->base; in alloc_exact_nid_numa_no_overlap_high_generic_check()
1695 struct memblock_region *min_node = &memblock.memory.regions[2]; in alloc_nid_top_down_numa_no_overlap_low_check() local 1705 min_addr = min_node->base; in alloc_nid_top_down_numa_no_overlap_low_check() 1751 struct memblock_region *min_node = &memblock.memory.regions[2]; in alloc_nid_top_down_numa_no_overlap_high_check() local 1761 min_addr = min_node->base; in alloc_nid_top_down_numa_no_overlap_high_check() 2243 struct memblock_region *min_node = &memblock.memory.regions[2]; in alloc_nid_bottom_up_numa_no_overlap_low_check() local 2253 min_addr = min_node->base; in alloc_nid_bottom_up_numa_no_overlap_low_check() 2264 ASSERT_LE(region_end(new_rgn), region_end(min_node)); in alloc_nid_bottom_up_numa_no_overlap_low_check() 2299 struct memblock_region *min_node = &memblock.memory.regions[2]; in alloc_nid_bottom_up_numa_no_overlap_high_check() local 2309 min_addr = min_node->base; in alloc_nid_bottom_up_numa_no_overlap_high_check() 2320 ASSERT_LE(region_end(new_rgn), region_end(min_node)); in alloc_nid_bottom_up_numa_no_overlap_high_check() [all...]
289 int min_dist = INT_MAX, dist, n, min_node; in numa_nearest_node() local297 min_node = node; in numa_nearest_node()302 min_node = n; in numa_nearest_node()306 return min_node; in numa_nearest_node()327 int dist, n, min_dist = INT_MAX, min_node = MAX_NUMNODES; in nearest_node_nodemask() local333 min_node = n; in nearest_node_nodemask()337 return min_node; in nearest_node_nodemask()