hp_errlog_copy    388 arch/powerpc/platforms/pseries/dlpar.c 	struct pseries_hp_errorlog *hp_errlog_copy;
hp_errlog_copy    390 arch/powerpc/platforms/pseries/dlpar.c 	hp_errlog_copy = kmemdup(hp_errlog, sizeof(*hp_errlog), GFP_ATOMIC);
hp_errlog_copy    391 arch/powerpc/platforms/pseries/dlpar.c 	if (!hp_errlog_copy)
hp_errlog_copy    397 arch/powerpc/platforms/pseries/dlpar.c 		work->errlog = hp_errlog_copy;
hp_errlog_copy    400 arch/powerpc/platforms/pseries/dlpar.c 		kfree(hp_errlog_copy);