Home
last modified time | relevance | path

Searched refs:completion_done (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v4.19/kernel/sched/
Dcompletion.c313 bool completion_done(struct completion *x) in completion_done() function
329 EXPORT_SYMBOL(completion_done);
/Linux-v4.19/include/linux/
Dcompletion.h116 extern bool completion_done(struct completion *x);
/Linux-v4.19/Documentation/scheduler/
Dcompletion.txt230 try_wait_for_completion()/completion_done():
240 call completion_done(), which returns false if there are no posted
244 bool completion_done(struct completion *done)
246 Both try_wait_for_completion() and completion_done() are safe to be called in
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h210 static inline bool completion_done(struct completion *c) in completion_done() function
/Linux-v4.19/drivers/watchdog/
Dmei_wdt.c474 if (!completion_done(&wdt->response)) in mei_wdt_rx()
645 if (!completion_done(&wdt->response)) in mei_wdt_remove()
/Linux-v4.19/drivers/iio/common/ssp_sensors/
Dssp_spi.c421 if (!completion_done(msg->done)) in ssp_irq_msg()
460 if (!completion_done(msg->done)) in ssp_clean_pending_list()
/Linux-v4.19/drivers/tee/optee/
Dcall.c76 if (!completion_done(&w->c)) { in optee_cq_complete_one()
105 if (completion_done(&w->c)) in optee_cq_wait_final()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_fip.c105 if (!completion_done(&qedf->fipvlan_compl)) in qedf_fcoe_process_vlan_resp()
/Linux-v4.19/fs/xfs/
Dxfs_dquot_item.c141 ASSERT(!completion_done(&DQUOT_ITEM(lip)->qli_dquot->q_flush)); in xfs_dquot_item_error()
Dxfs_dquot.c1081 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()
/Linux-v4.19/drivers/usb/typec/ucsi/
Ducsi.c331 if (!completion_done(&con->complete)) in ucsi_connector_change()
348 if (!completion_done(&con->complete)) in ucsi_connector_change()
/Linux-v4.19/kernel/
Dwatchdog.c369 if (completion_done(this_cpu_ptr(&softlockup_completion))) { in watchdog_timer_fn()
Dstop_machine.c677 while (!completion_done(&done.completion)) in stop_machine_from_inactive_cpu()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-fim.c211 if (!completion_done(&fim->icap_first_event)) in fim_input_capture_handler()
/Linux-v4.19/drivers/mmc/host/
Dwmt-sdmmc.c361 if (completion_done(priv->comp_cmd)) { in wmt_mci_dma_isr()
454 if (completion_done(priv->comp_dma)) in wmt_mci_regular_isr()
/Linux-v4.19/drivers/power/supply/
Dab8500_fg.c587 return completion_done(&di->ab8500_fg_started); in ab8500_fg_inst_curr_started()
598 return completion_done(&di->ab8500_fg_complete); in ab8500_fg_inst_curr_done()
617 if (!completion_done(&di->ab8500_fg_complete)) { in ab8500_fg_inst_curr_finalize()
719 if (!completion_done(&di->ab8500_fg_started)) { in ab8500_fg_inst_curr_blocking()
/Linux-v4.19/drivers/mmc/core/
Dcore.c117 if (mrq->cap_cmd_during_tfr && !completion_done(&mrq->cmd_completion)) in mmc_complete_cmd()
376 if (ongoing_mrq && !completion_done(&ongoing_mrq->cmd_completion)) in mmc_wait_ongoing_tfr_cmd()
605 return completion_done(&mrq->completion); in mmc_is_req_done()
/Linux-v4.19/sound/firewire/dice/
Ddice-stream.c88 if (completion_done(&dice->clock_accepted)) in ensure_phase_lock()
/Linux-v4.19/kernel/locking/
Dtest-ww_mutex.c87 if (completion_done(&mtx.done)) { in __test_mutex()
/Linux-v4.19/fs/gfs2/
Dsys.c362 int val = completion_done(&sdp->sd_wdack) ? 1 : 0; in wdack_show()
/Linux-v4.19/drivers/i2c/busses/
Di2c-mt65xx.c597 completion_done(&i2c->msg_complete); in mtk_i2c_do_transfer()
Di2c-tegra.c754 time_left, completion_done(&i2c_dev->msg_complete), in tegra_i2c_xfer_msg()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c488 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_control_rx_complete()
/Linux-v4.19/drivers/hv/
Dchannel_mgmt.c727 if (completion_done(&vmbus_connection.unload_event)) in vmbus_wait_for_unload()
/Linux-v4.19/drivers/firmware/
Darm_scpi.c392 if (match && !completion_done(&match->done)) { in scpi_process_cmd()

12