Searched refs:hp_errlog_copy (Results 1 – 1 of 1) sorted by relevance
582 struct pseries_hp_errorlog *hp_errlog_copy; in queue_hotplug_event() local584 hp_errlog_copy = kmemdup(hp_errlog, sizeof(*hp_errlog), GFP_ATOMIC); in queue_hotplug_event()585 if (!hp_errlog_copy) in queue_hotplug_event()591 work->errlog = hp_errlog_copy; in queue_hotplug_event()594 kfree(hp_errlog_copy); in queue_hotplug_event()