Lines Matching defs:eff
3094 if (__kmp_match_str("eff", scan, &next)) {
3095 int eff;
3102 eff = __kmp_str_to_int(scan, *next);
3103 if (eff < 0) {
3107 if (eff >= KMP_HW_MAX_NUM_CORE_EFFS)
3108 eff = KMP_HW_MAX_NUM_CORE_EFFS - 1;
3109 __kmp_affinity.core_attr_gran.core_eff = eff;
3268 int eff = __kmp_affinity.core_attr_gran.core_eff;
3272 } else if (eff >= 0 && eff < KMP_HW_MAX_NUM_CORE_EFFS) {
3273 __kmp_str_buf_print(buffer, ":eff%d", name, eff);
5241 if (__kmp_str_match("eff", 3, attr_ptr + 1)) {
5243 // skip the eff[iciency] token
5306 __kmp_str_buf_print(&buf, ":eff%d", item.attr[j].get_core_eff());