Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Ddlpar.c387 struct pseries_hp_errorlog *hp_errlog_copy; in queue_hotplug_event() local
389 hp_errlog_copy = kmemdup(hp_errlog, sizeof(*hp_errlog), GFP_ATOMIC); in queue_hotplug_event()
390 if (!hp_errlog_copy) in queue_hotplug_event()
396 work->errlog = hp_errlog_copy; in queue_hotplug_event()
399 kfree(hp_errlog_copy); in queue_hotplug_event()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Ddlpar.c388 struct pseries_hp_errorlog *hp_errlog_copy; in queue_hotplug_event() local
390 hp_errlog_copy = kmemdup(hp_errlog, sizeof(*hp_errlog), GFP_ATOMIC); in queue_hotplug_event()
391 if (!hp_errlog_copy) in queue_hotplug_event()
397 work->errlog = hp_errlog_copy; in queue_hotplug_event()
400 kfree(hp_errlog_copy); in queue_hotplug_event()

Completed in 3 milliseconds