Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/transports/
H A Dvirtio.c75 struct completion *shutdown_done; member
144 if (vioch->shutdown_done) { in scmi_vio_channel_release()
146 complete(vioch->shutdown_done); in scmi_vio_channel_release()
162 if (!vioch->cinfo || vioch->shutdown_done) { in scmi_vio_channel_cleanup_sync()
167 vioch->shutdown_done = &vioch_shutdown_done; in scmi_vio_channel_cleanup_sync()
176 wait_for_completion(vioch->shutdown_done); in scmi_vio_channel_cleanup_sync()
/linux/fs/smb/client/
H A Dtrace.h1609 DEFINE_SMB3_SHUTDOWN_EVENT(shutdown_done);