Searched refs:L2depth (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_affinity.cpp | 3422 int L2depth, idx; in __kmp_apply_thread_places() local 3446 L2depth = hwloc_get_cache_type_depth(tp, 2, HWLOC_OBJ_CACHE_UNIFIED); in __kmp_apply_thread_places() 3447 hL = hwloc_get_ancestor_obj_by_depth(tp, L2depth, hT); in __kmp_apply_thread_places() 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() 3593 hL = hwloc_get_next_obj_by_depth(tp, L2depth, hL); in __kmp_apply_thread_places() 3601 hL = hwloc_get_next_obj_by_depth(tp, L2depth, hL); in __kmp_apply_thread_places() 3663 hL = hwloc_get_next_obj_by_depth(tp, 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() [all …]
|