Searched refs:async_done (Results 1 – 6 of 6) sorted by relevance
77 static DECLARE_WAIT_QUEUE_HEAD(async_done);145 wake_up(&async_done); in async_run_entry_fn()274 wait_event(async_done, lowest_in_progress(domain) >= cookie); in async_synchronize_cookie_domain()
127 struct completion *async_done; member
483 if (msg_type == MSG_TYPE_DELAYED_RESP && !xfer->async_done) { in scmi_msg_response_validate()720 complete(xfer->async_done); in scmi_handle_response()987 xfer->async_done = &async_response; in do_xfer_with_response()999 if (!wait_for_completion_timeout(xfer->async_done, timeout)) { in do_xfer_with_response()1009 xfer->async_done = NULL; in do_xfer_with_response()
2609 goto async_done; in register_bcache()2646 async_done: in register_bcache()
2574 sp->async_done(sp, res); in qla2x00_async_done()2591 sp->async_done = done; in qla2x00_init_async_sp()
738 void (*async_done)(struct srb *sp, int res); member