| /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 D | distance_query.hpp | 153 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 D | topology.h | 52 #ifndef node_distance 53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) macro
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | topology.c | 1472 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 D | fair.c | 1347 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 D | topology.h | 19 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip27/ |
| H A D | topology.h | 27 #define node_distance(from, to) (__node_distances[(from)][(to)]) macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | numa.h | 12 #define node_distance(a, b) __node_distance(a, b) macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | numa.h | 64 #define node_distance(from,to) __node_distance(from, to) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | topology_64.h | 34 #define node_distance(a, b) __node_distance(a, b) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | topology.h | 41 #define node_distance(a, b) __node_distance(a, b) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | topology.h | 81 #define node_distance(a, b) __node_distance(a, b) macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | discontig.c | 438 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 D | sparse-vmemmap.c | 138 if (node_distance(actual_node, node) > LOCAL_DISTANCE) in vmemmap_verify()
|
| H A D | page_alloc.c | 3893 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 D | khugepaged.c | 822 if (node_distance(nid, i) > node_reclaim_distance) in khugepaged_scan_abort()
|
| H A D | mempolicy.c | 145 dist = node_distance(node, n); in numa_map_to_online_node()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | numa.c | 155 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 D | ip27-memory.c | 193 pr_cont("%2d ", node_distance(row, col)); in dump_topology()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | init.c | 522 return node_distance(cpu_to_node(from), cpu_to_node(to)); in pcpu_cpu_distance()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | numa_emulation.c | 462 node_distance(i, j); in numa_emulation()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | acpi.c | 514 printk("%03d ", node_distance(i, j)); in acpi_numa_fixup()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | multipath.c | 172 distance = node_distance(node, ns->ctrl->numa_node); in __nvme_find_path()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | node.c | 544 i ? " " : "", node_distance(nid, i)); in node_read_distance()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 381 props->weight = node_distance(id_from, id_to); in kfd_parse_subtype_iolink()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/ |
| H A D | qm.c | 3003 res->distance = node_distance(dev_node, node); in hisi_qm_sort_devices()
|