Searched refs:nlim (Results 1 – 2 of 2) sorted by relevance
360 int i, j, nlim; in p6_get_alternatives() local366 nlim = p6_limited_pmc_event(event); in p6_get_alternatives()378 nlim += p6_limited_pmc_event(aevent); in p6_get_alternatives()412 ++nlim; in p6_get_alternatives()419 ++nlim; in p6_get_alternatives()435 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in p6_get_alternatives()445 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in p6_get_alternatives()
275 int nlim; in power5p_get_alternatives() local280 nlim = power5p_limited_pmc_event(event); in power5p_get_alternatives()287 nlim += power5p_limited_pmc_event(ae); in power5p_get_alternatives()311 ++nlim; in power5p_get_alternatives()318 ++nlim; in power5p_get_alternatives()329 if (!(flags & PPMU_LIMITED_PMC_OK) && nlim) { in power5p_get_alternatives()339 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in power5p_get_alternatives()