CPU_STATE_OFFLINE   44 arch/powerpc/platforms/pseries/hotplug-cpu.c 							CPU_STATE_OFFLINE;
CPU_STATE_OFFLINE   45 arch/powerpc/platforms/pseries/hotplug-cpu.c static DEFINE_PER_CPU(enum cpu_state_vals, current_state) = CPU_STATE_OFFLINE;
CPU_STATE_OFFLINE   47 arch/powerpc/platforms/pseries/hotplug-cpu.c static enum cpu_state_vals default_offline_state = CPU_STATE_OFFLINE;
CPU_STATE_OFFLINE  155 arch/powerpc/platforms/pseries/hotplug-cpu.c 	WARN_ON(get_preferred_offline_state(cpu) != CPU_STATE_OFFLINE);
CPU_STATE_OFFLINE  157 arch/powerpc/platforms/pseries/hotplug-cpu.c 	set_cpu_current_state(cpu, CPU_STATE_OFFLINE);
CPU_STATE_OFFLINE  212 arch/powerpc/platforms/pseries/hotplug-cpu.c 	} else if (get_preferred_offline_state(cpu) == CPU_STATE_OFFLINE) {
CPU_STATE_OFFLINE  362 arch/powerpc/platforms/pseries/hotplug-cpu.c 					!= CPU_STATE_OFFLINE);
CPU_STATE_OFFLINE  529 arch/powerpc/platforms/pseries/hotplug-cpu.c 			if (get_cpu_current_state(cpu) == CPU_STATE_OFFLINE)
CPU_STATE_OFFLINE  534 arch/powerpc/platforms/pseries/hotplug-cpu.c 							    CPU_STATE_OFFLINE);
CPU_STATE_OFFLINE  549 arch/powerpc/platforms/pseries/hotplug-cpu.c 			set_preferred_offline_state(cpu, CPU_STATE_OFFLINE);