Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
Ddlpar.c390 struct pseries_hp_errorlog *hp_errlog_copy; in queue_hotplug_event() local
392 hp_errlog_copy = kmalloc(sizeof(struct pseries_hp_errorlog), in queue_hotplug_event()
394 memcpy(hp_errlog_copy, hp_errlog, sizeof(struct pseries_hp_errorlog)); in queue_hotplug_event()
399 work->errlog = hp_errlog_copy; in queue_hotplug_event()
405 kfree(hp_errlog_copy); in queue_hotplug_event()