Home
last modified time | relevance | path

Searched refs:async_done (Results 1 – 8 of 8) 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 Draw_mode.c349 xfer->async_done = &rw->async_response; in scmi_xfer_raw_waiter_get()
364 rw->xfer->async_done = NULL; in scmi_xfer_raw_waiter_put()
481 if (!ret && xfer->async_done) { in scmi_xfer_raw_worker()
484 if (!wait_for_completion_timeout(xfer->async_done, tmo)) in scmi_xfer_raw_worker()
H A Dprotocols.h131 struct completion *async_done; member
H A Ddriver.c897 if (msg_type == MSG_TYPE_DELAYED_RESP && !xfer->async_done) { in scmi_msg_response_validate()
1144 complete(xfer->async_done); in scmi_handle_response()
1481 xfer->async_done = &async_response; in do_xfer_with_response()
1493 if (!wait_for_completion_timeout(xfer->async_done, timeout)) { in do_xfer_with_response()
1503 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()
1601 if (darg->async_done) in tls_decrypt_sg()
1616 if (unlikely(darg->async_done)) in tls_decrypt_sg()
/linux/drivers/md/bcache/
H A Dsuper.c2607 goto async_done; in register_bcache()
2627 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()
H A Dqla_def.h787 void (*async_done)(struct srb *sp, int res); member