Searched refs:__kmp_hwloc_count_children_by_depth (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_affinity.cpp | 459 static int __kmp_hwloc_count_children_by_depth(hwloc_topology_t t, in __kmp_hwloc_count_children_by_depth() function 470 sum += __kmp_hwloc_count_children_by_depth(t, o->children[i], depth, f); in __kmp_hwloc_count_children_by_depth() 652 NT = __kmp_hwloc_count_children_by_depth(tp, node, __kmp_tile_depth, in __kmp_affinity_create_hwloc_map() 693 NT = __kmp_hwloc_count_children_by_depth(tp, socket, __kmp_tile_depth, in __kmp_affinity_create_hwloc_map() 3482 int NL = __kmp_hwloc_count_children_by_depth(tp, hN, L2depth, &hL); in __kmp_apply_thread_places() 3511 int NL = __kmp_hwloc_count_children_by_depth(tp, hS, L2depth, &hL); in __kmp_apply_thread_places() 3589 int NL = __kmp_hwloc_count_children_by_depth(tp, hN, L2depth, &hL); in __kmp_apply_thread_places() 3733 int NL = __kmp_hwloc_count_children_by_depth(tp, hS, L2depth, &hL); in __kmp_apply_thread_places()
|