Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Didle.c1326 const char **temp_string; in pnv_parse_cpuidle_dt() local
1340 temp_string = kcalloc(nr_idle_states, sizeof(char *), GFP_KERNEL); in pnv_parse_cpuidle_dt()
1342 if (!(pnv_idle_states && temp_u32 && temp_u64 && temp_string)) { in pnv_parse_cpuidle_dt()
1408 temp_string, nr_idle_states) < 0) { in pnv_parse_cpuidle_dt()
1414 strscpy(pnv_idle_states[i].name, temp_string[i], in pnv_parse_cpuidle_dt()
1421 kfree(temp_string); in pnv_parse_cpuidle_dt()

Completed in 9 milliseconds