target_cpu_busy   670 arch/sparc/kernel/smp_64.c 		int n_sent, mondo_delivered, target_cpu_busy;
target_cpu_busy   742 arch/sparc/kernel/smp_64.c 		target_cpu_busy = (xc_rcvd < CPU_MONDO_COUNTER(first_cpu));
target_cpu_busy   748 arch/sparc/kernel/smp_64.c 		if (likely(mondo_delivered || target_cpu_busy)) {