• Home
  • Raw
  • Download

Lines Matching refs:hL

533   hwloc_obj_t hT, hC, hL, hN, hS; // hwloc objects (pointers to)  in __kmp_hwloc_check_numa()  local
556 hL = hwloc_get_ancestor_obj_by_depth(tp, depth, hT); in __kmp_hwloc_check_numa()
558 if (hL != NULL && in __kmp_hwloc_check_numa()
559 __kmp_hwloc_count_children_by_type(tp, hL, HWLOC_OBJ_CORE, &hC) > 1) in __kmp_hwloc_check_numa()
3421 hwloc_obj_t hT, hC, hL, hN, hS; // hwloc objects (pointers to) in __kmp_apply_thread_places() local
3447 hL = hwloc_get_ancestor_obj_by_depth(tp, L2depth, hT); in __kmp_apply_thread_places()
3448 if (hL != NULL && in __kmp_apply_thread_places()
3449 __kmp_hwloc_count_children_by_type(tp, hL, HWLOC_OBJ_CORE, &hC) > 1) { in __kmp_apply_thread_places()
3482 int NL = __kmp_hwloc_count_children_by_depth(tp, hN, L2depth, &hL); in __kmp_apply_thread_places()
3490 int NC = __kmp_hwloc_count_children_by_type(tp, hL, HWLOC_OBJ_CORE, in __kmp_apply_thread_places()
3511 int NL = __kmp_hwloc_count_children_by_depth(tp, hS, L2depth, &hL); in __kmp_apply_thread_places()
3518 int NC = __kmp_hwloc_count_children_by_type(tp, hL, HWLOC_OBJ_CORE, in __kmp_apply_thread_places()
3588 hL = NULL; in __kmp_apply_thread_places()
3589 int NL = __kmp_hwloc_count_children_by_depth(tp, hN, L2depth, &hL); in __kmp_apply_thread_places()
3592 if (!__kmp_hwloc_obj_has_PUs(tp, hL)) { in __kmp_apply_thread_places()
3593 hL = hwloc_get_next_obj_by_depth(tp, L2depth, hL); in __kmp_apply_thread_places()
3600 n_old += __kmp_hwloc_skip_PUs_obj(tp, hL); // skip tile in __kmp_apply_thread_places()
3601 hL = hwloc_get_next_obj_by_depth(tp, L2depth, hL); in __kmp_apply_thread_places()
3608 int NC = __kmp_hwloc_count_children_by_type(tp, hL, in __kmp_apply_thread_places()
3663 hL = hwloc_get_next_obj_by_depth(tp, L2depth, hL); in __kmp_apply_thread_places()
3731 hL = NULL; in __kmp_apply_thread_places()
3733 int NL = __kmp_hwloc_count_children_by_depth(tp, hS, L2depth, &hL); in __kmp_apply_thread_places()
3736 if (!__kmp_hwloc_obj_has_PUs(tp, hL)) { in __kmp_apply_thread_places()
3737 hL = hwloc_get_next_obj_by_depth(tp, L2depth, hL); in __kmp_apply_thread_places()
3744 n_old += __kmp_hwloc_skip_PUs_obj(tp, hL); // skip tile in __kmp_apply_thread_places()
3745 hL = hwloc_get_next_obj_by_depth(tp, L2depth, hL); in __kmp_apply_thread_places()
3753 __kmp_hwloc_count_children_by_type(tp, hL, HWLOC_OBJ_CORE, &hC); in __kmp_apply_thread_places()
3807 hL = hwloc_get_next_obj_by_depth(tp, L2depth, hL); in __kmp_apply_thread_places()