Searched refs:temp_string (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Didle.c1328 const char **temp_string; local
1342 temp_string = kcalloc(nr_idle_states, sizeof(char *), GFP_KERNEL);
1344 if (!(pnv_idle_states && temp_u32 && temp_u64 && temp_string)) {
1410 temp_string, nr_idle_states) < 0) {
1416 strscpy(pnv_idle_states[i].name, temp_string[i],
1423 kfree(temp_string);

Completed in 92 milliseconds