Searched refs:hotplug_done (Results 1 – 2 of 2) sorted by relevance
387 struct completion *hotplug_done, int *rc) in queue_hotplug_event() argument400 work->hp_completion = hotplug_done; in queue_hotplug_event()406 complete(hotplug_done); in queue_hotplug_event()525 struct completion hotplug_done; in dlpar_store() local555 init_completion(&hotplug_done); in dlpar_store()556 queue_hotplug_event(hp_elog, &hotplug_done, &rc); in dlpar_store()557 wait_for_completion(&hotplug_done); in dlpar_store()
63 struct completion *hotplug_done, int *rc);