Searched refs:nlim (Results 1 – 2 of 2) sorted by relevance
364 int i, j, nlim; in p6_get_alternatives() local370 nlim = p6_limited_pmc_event(event); in p6_get_alternatives()382 nlim += p6_limited_pmc_event(aevent); in p6_get_alternatives()416 ++nlim; in p6_get_alternatives()423 ++nlim; in p6_get_alternatives()439 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in p6_get_alternatives()449 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in p6_get_alternatives()
279 int nlim; in power5p_get_alternatives() local284 nlim = power5p_limited_pmc_event(event); in power5p_get_alternatives()291 nlim += power5p_limited_pmc_event(ae); in power5p_get_alternatives()315 ++nlim; in power5p_get_alternatives()322 ++nlim; in power5p_get_alternatives()333 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in power5p_get_alternatives()343 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in power5p_get_alternatives()