Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dasync.c77 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()
/Linux-v6.6/drivers/firmware/arm_scmi/
Dprotocols.h128 struct completion *async_done; member
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()
Ddriver.c719 if (msg_type == MSG_TYPE_DELAYED_RESP && !xfer->async_done) { in scmi_msg_response_validate()
948 complete(xfer->async_done); in scmi_handle_response()
1276 xfer->async_done = &async_response; in do_xfer_with_response()
1288 if (!wait_for_completion_timeout(xfer->async_done, timeout)) { in do_xfer_with_response()
1298 xfer->async_done = NULL; in do_xfer_with_response()
/Linux-v6.6/drivers/md/bcache/
Dsuper.c2615 goto async_done; in register_bcache()
2635 async_done: in register_bcache()
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_iocb.c2583 sp->async_done(sp, res); in qla2x00_async_done()
2600 sp->async_done = done; in qla2x00_init_async_sp()
Dqla_def.h787 void (*async_done)(struct srb *sp, int res); member