Searched refs:num_ctrs (Results 1 – 2 of 2) sorted by relevance
299 unsigned int cur_idx, num_ctrs = smmu_pmu->num_counters; in smmu_pmu_apply_event_filter() local307 cur_idx = find_first_bit(smmu_pmu->used_counters, num_ctrs); in smmu_pmu_apply_event_filter()312 if (!smmu_pmu->global_filter || cur_idx == num_ctrs) { in smmu_pmu_apply_event_filter()330 unsigned int num_ctrs = smmu_pmu->num_counters; in smmu_pmu_get_event_idx() local332 idx = find_first_zero_bit(smmu_pmu->used_counters, num_ctrs); in smmu_pmu_get_event_idx()333 if (idx == num_ctrs) in smmu_pmu_get_event_idx()
344 int num_ctrs = cluster->l2cache_pmu->num_counters - 1; in l2_cache_get_event_idx() local354 idx = find_first_zero_bit(cluster->used_counters, num_ctrs); in l2_cache_get_event_idx()355 if (idx == num_ctrs) in l2_cache_get_event_idx()