Searched refs:nlim (Results 1 – 2 of 2) sorted by relevance
363 int i, j, nlim; in p6_get_alternatives() local369 nlim = p6_limited_pmc_event(event); in p6_get_alternatives()381 nlim += p6_limited_pmc_event(aevent); in p6_get_alternatives()415 ++nlim; in p6_get_alternatives()422 ++nlim; in p6_get_alternatives()438 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in p6_get_alternatives()448 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in p6_get_alternatives()
277 int nlim; in power5p_get_alternatives() local282 nlim = power5p_limited_pmc_event(event); in power5p_get_alternatives()289 nlim += power5p_limited_pmc_event(ae); in power5p_get_alternatives()313 ++nlim; in power5p_get_alternatives()320 ++nlim; in power5p_get_alternatives()331 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in power5p_get_alternatives()341 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in power5p_get_alternatives()