temp_string      1228 arch/powerpc/platforms/powernv/idle.c 	const char **temp_string;
temp_string      1242 arch/powerpc/platforms/powernv/idle.c 	temp_string = kcalloc(nr_idle_states, sizeof(char *),  GFP_KERNEL);
temp_string      1244 arch/powerpc/platforms/powernv/idle.c 	if (!(pnv_idle_states && temp_u32 && temp_u64 && temp_string)) {
temp_string      1310 arch/powerpc/platforms/powernv/idle.c 					  temp_string, nr_idle_states) < 0) {
temp_string      1316 arch/powerpc/platforms/powernv/idle.c 		strlcpy(pnv_idle_states[i].name, temp_string[i],
temp_string      1323 arch/powerpc/platforms/powernv/idle.c 	kfree(temp_string);