Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
Ddlpar.c387 struct completion *hotplug_done, int *rc) in queue_hotplug_event() argument
400 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() local
555 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()
Dpseries.h63 struct completion *hotplug_done, int *rc);