Searched refs:async_done (Results 1 – 7 of 7) sorted by relevance
79 static DECLARE_WAIT_QUEUE_HEAD(async_done);147 wake_up(&async_done); in async_run_entry_fn()317 wait_event(async_done, lowest_in_progress(domain) >= cookie); in async_synchronize_cookie_domain()
349 xfer->async_done = &rw->async_response; in scmi_xfer_raw_waiter_get()364 rw->xfer->async_done = NULL; in scmi_xfer_raw_waiter_put()482 if (!ret && xfer->async_done) { in scmi_xfer_raw_worker()485 if (!wait_for_completion_timeout(xfer->async_done, tmo)) in scmi_xfer_raw_worker()
133 struct completion *async_done; member
921 if (msg_type == MSG_TYPE_DELAYED_RESP && !xfer->async_done) { in scmi_msg_response_validate()1168 complete(xfer->async_done); in scmi_handle_response()1511 xfer->async_done = &async_response; in do_xfer_with_response()1523 if (!wait_for_completion_timeout(xfer->async_done, timeout)) { in do_xfer_with_response()1533 xfer->async_done = NULL; in do_xfer_with_response()
55 bool async_done;295 darg->async_done = true; in tls_do_decryption()1647 if (darg->async_done) in tls_decrypt_sg()1664 if (unlikely(darg->async_done)) in tls_decrypt_sg()
2583 sp->async_done(sp, res); in qla2x00_async_done()2627 sp->async_done = done; in qla2x00_init_async_sp()
787 void (*async_done)(struct srb *sp, int res); member