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

/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_platform_attributes.c268 char *temp_esi_buf; local
273 temp_esi_buf = krealloc(esi_buf, esi_buf_size, GFP_KERNEL);
274 if (temp_esi_buf)
275 esi_buf = temp_esi_buf;

Completed in 90 milliseconds