Searched defs:node_distance (Results 1 – 9 of 9) sorted by relevance
| /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/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/ia64/include/asm/ |
| H A D | numa.h | 64 #define node_distance(from,to) __node_distance(from, to) 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/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 463 node_distance_type node_distance; in operator ()() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | topology.h | 53 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) 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
|