Home
last modified time | relevance | path

Searched refs:async_done (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/
H A Dasync.c79 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()
/linux/drivers/firmware/arm_scmi/
H A Dprotocols.h103 * @async_done: pointer to delayed response message received event completion
133 struct completion *async_done; member
H A Draw_mode.c200 * pointed at by xfer->async_done.
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()
H A Ddriver.c938 if (msg_type == MSG_TYPE_DELAYED_RESP && !xfer->async_done) { in scmi_msg_response_validate()
1185 complete(xfer->async_done); in scmi_handle_response()
1528 xfer->async_done = &async_response; in do_xfer_with_response()
1540 if (!wait_for_completion_timeout(xfer->async_done, timeout)) { in do_xfer_with_response()
1550 xfer->async_done = NULL; in do_xfer_with_response()
/linux/net/tls/
H A Dtls_sw.c55 bool async_done;
295 darg->async_done = true; in tls_do_decryption()
1630 if (darg->async_done) in tls_decrypt_sg()
1645 if (unlikely(darg->async_done)) in tls_decrypt_sg()
/linux/drivers/md/bcache/
H A Dsuper.c2645 goto async_done; in register_bcache()
2665 async_done: in register_bcache()
/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c2583 sp->async_done(sp, res); in qla2x00_async_done()
2627 sp->async_done = done; in qla2x00_init_async_sp()