Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/pseries/
Ddlpar.c397 struct pseries_hp_errorlog *hp_errlog_copy; in queue_hotplug_event() local
399 hp_errlog_copy = kmemdup(hp_errlog, sizeof(*hp_errlog), GFP_ATOMIC); in queue_hotplug_event()
400 if (!hp_errlog_copy) in queue_hotplug_event()
406 work->errlog = hp_errlog_copy; in queue_hotplug_event()
409 kfree(hp_errlog_copy); in queue_hotplug_event()