cca_unsuitable    121 arch/mips/kernel/smp-cps.c 	bool cca_unsuitable, cores_limited;
cca_unsuitable    132 arch/mips/kernel/smp-cps.c 		cca_unsuitable = false;
cca_unsuitable    137 arch/mips/kernel/smp-cps.c 		cca_unsuitable = true;
cca_unsuitable    142 arch/mips/kernel/smp-cps.c 	if (cca_unsuitable || cpu_has_dc_aliases) {
cca_unsuitable    153 arch/mips/kernel/smp-cps.c 			cca_unsuitable ? "unsuitable CCA" : "",
cca_unsuitable    154 arch/mips/kernel/smp-cps.c 			(cca_unsuitable && cpu_has_dc_aliases) ? " & " : "",