OP_MAX_COUNTER     24 arch/powerpc/oprofile/common.c static struct op_counter_config ctr[OP_MAX_COUNTER];
OP_MAX_COUNTER     23 arch/powerpc/oprofile/op_model_7450.c static unsigned long reset_value[OP_MAX_COUNTER];
OP_MAX_COUNTER     22 arch/powerpc/oprofile/op_model_fsl_emb.c static unsigned long reset_value[OP_MAX_COUNTER];
OP_MAX_COUNTER     27 arch/powerpc/oprofile/op_model_pa6t.c static u64 reset_value[OP_MAX_COUNTER];
OP_MAX_COUNTER     27 arch/powerpc/oprofile/op_model_power4.c static unsigned long reset_value[OP_MAX_COUNTER];
OP_MAX_COUNTER     38 arch/x86/oprofile/nmi_int.c struct op_counter_config counter_config[OP_MAX_COUNTER];
OP_MAX_COUNTER     43 arch/x86/oprofile/op_model_amd.c static unsigned long reset_value[OP_MAX_COUNTER];
OP_MAX_COUNTER    340 arch/x86/oprofile/op_model_amd.c 	for (i = 0; i < OP_MAX_COUNTER; ++i) {
OP_MAX_COUNTER     31 arch/x86/oprofile/op_model_ppro.c static u64 reset_value[OP_MAX_COUNTER];
OP_MAX_COUNTER    222 arch/x86/oprofile/op_model_ppro.c 	num_counters = min((int)eax.split.num_counters, OP_MAX_COUNTER);