Home
last modified time | relevance | path

Searched refs:node_distance (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Ddistance_query.hpp153 node_distance_type node_distance; in operator ()() local
155 if ( !calculate_node_distance::apply(predicate(), it->first, node_distance) ) in operator ()()
162 is_node_prunable(m_result.greatest_comparable_distance(), node_distance) ) in operator ()()
168 active_branch_list.push_back( std::make_pair(node_distance, it->second) ); in operator ()()
463 node_distance_type node_distance; in operator ()() local
465 if ( !calculate_node_distance::apply(predicate(), it->first, node_distance) ) in operator ()()
472 is_node_prunable(neighbors.back().first, node_distance) ) in operator ()()
478 … internal_stack.back().branches.push_back( std::make_pair(node_distance, it->second) ); in operator ()()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtopology.h52 #ifndef node_distance
53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) macro
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c1472 printk(KERN_CONT "%02d ", node_distance(i,j)); in sched_numa_warn()
1482 if (distance == node_distance(0, 0)) in find_numa_distance()
1526 if (node_distance(a, b) < n) in init_numa_topology_type()
1531 if (node_distance(a, c) < n && in init_numa_topology_type()
1532 node_distance(b, c) < n) { in init_numa_topology_type()
1566 int distance = node_distance(i, j); in sched_init_numa()
1637 if (sched_debug() && (node_distance(j, k) != node_distance(k, j))) in sched_init_numa()
1640 if (node_distance(j, k) > sched_domains_numa_distance[i]) in sched_init_numa()
1699 if (node_distance(j, node) <= sched_domains_numa_distance[i]) in sched_domains_numa_masks_set()
H A Dfair.c1347 int dist = node_distance(nid, node); in score_nearby_nodes()
2034 dist = env.dist = node_distance(env.src_nid, env.dst_nid); in task_numa_migrate()
2058 dist = node_distance(env.src_nid, env.dst_nid); in task_numa_migrate()
2348 if (node_distance(a, b) < dist) { in preferred_group_nid()
7735 dist = node_distance(src_nid, dst_nid); in migrate_degrades_locality()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson64/
H A Dtopology.h19 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip27/
H A Dtopology.h27 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dnuma.h12 #define node_distance(a, b) __node_distance(a, b) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dnuma.h64 #define node_distance(from,to) __node_distance(from, to) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dtopology_64.h34 #define node_distance(a, b) __node_distance(a, b) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dtopology.h41 #define node_distance(a, b) __node_distance(a, b) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtopology.h81 #define node_distance(a, b) __node_distance(a, b) macro
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Ddiscontig.c438 else if (node_distance(nid, node) < best) { in memory_less_node_alloc()
439 best = node_distance(nid, node); in memory_less_node_alloc()
/OK3568_Linux_fs/kernel/mm/
H A Dsparse-vmemmap.c138 if (node_distance(actual_node, node) > LOCAL_DISTANCE) in vmemmap_verify()
H A Dpage_alloc.c3893 return node_distance(zone_to_nid(local_zone), zone_to_nid(zone)) <= in zone_allows_reclaim()
5971 val = node_distance(node, n); in find_next_best_node()
6063 if (node_distance(local_node, node) != in build_zonelists()
6064 node_distance(local_node, prev_node)) in build_zonelists()
H A Dkhugepaged.c822 if (node_distance(nid, i) > node_reclaim_distance) in khugepaged_scan_abort()
H A Dmempolicy.c145 dist = node_distance(node, n); in numa_map_to_online_node()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dnuma.c155 return node_distance(early_cpu_to_node(from), early_cpu_to_node(to)); in pcpu_cpu_distance()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/
H A Dip27-memory.c193 pr_cont("%2d ", node_distance(row, col)); in dump_topology()
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dinit.c522 return node_distance(cpu_to_node(from), cpu_to_node(to)); in pcpu_cpu_distance()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dnuma_emulation.c462 node_distance(i, j); in numa_emulation()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dacpi.c514 printk("%03d ", node_distance(i, j)); in acpi_numa_fixup()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dmultipath.c172 distance = node_distance(node, ns->ctrl->numa_node); in __nvme_find_path()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c544 i ? " " : "", node_distance(nid, i)); in node_read_distance()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c381 props->weight = node_distance(id_from, id_to); in kfd_parse_subtype_iolink()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/
H A Dqm.c3003 res->distance = node_distance(dev_node, node); in hisi_qm_sort_devices()