Searched refs:temp_string (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 1362 const char **temp_string; in pnv_parse_cpuidle_dt() local 1376 temp_string = kcalloc(nr_idle_states, sizeof(char *), GFP_KERNEL); in pnv_parse_cpuidle_dt() 1378 if (!(pnv_idle_states && temp_u32 && temp_u64 && temp_string)) { in pnv_parse_cpuidle_dt() 1444 temp_string, nr_idle_states) < 0) { in pnv_parse_cpuidle_dt() 1450 strlcpy(pnv_idle_states[i].name, temp_string[i], in pnv_parse_cpuidle_dt() 1457 kfree(temp_string); in pnv_parse_cpuidle_dt()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 1328 const char **temp_string; in pnv_parse_cpuidle_dt() local 1342 temp_string = kcalloc(nr_idle_states, sizeof(char *), GFP_KERNEL); in pnv_parse_cpuidle_dt() 1344 if (!(pnv_idle_states && temp_u32 && temp_u64 && temp_string)) { in pnv_parse_cpuidle_dt() 1410 temp_string, nr_idle_states) < 0) { in pnv_parse_cpuidle_dt() 1416 strscpy(pnv_idle_states[i].name, temp_string[i], in pnv_parse_cpuidle_dt() 1423 kfree(temp_string); in pnv_parse_cpuidle_dt()
|
Completed in 4 milliseconds