Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dasync.c77 static DECLARE_WAIT_QUEUE_HEAD(async_done);
145 wake_up(&async_done); in async_run_entry_fn()
315 wait_event(async_done, lowest_in_progress(domain) >= cookie); in async_synchronize_cookie_domain()
/openbmc/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.h128 struct completion *async_done; member
H A Ddriver.c719 if (msg_type == MSG_TYPE_DELAYED_RESP && !xfer->async_done) { in scmi_msg_response_validate()
953 complete(xfer->async_done); in scmi_handle_response()
1281 xfer->async_done = &async_response; in do_xfer_with_response()
1293 if (!wait_for_completion_timeout(xfer->async_done, timeout)) { in do_xfer_with_response()
1303 xfer->async_done = NULL; in do_xfer_with_response()
/openbmc/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()
/openbmc/linux/drivers/md/bcache/
H A Dsuper.c2618 goto async_done; in register_bcache()
2638 async_done: in register_bcache()
/openbmc/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