Searched refs:completion_done (Results 1 – 17 of 17) sorted by relevance
298 bool completion_done(struct completion *x) in completion_done() function317 EXPORT_SYMBOL(completion_done);
104 extern bool completion_done(struct completion *x);
231 try_wait_for_completion()/completion_done():241 call completion_done(), which returns false if there are no posted245 bool completion_done(struct completion *done)247 Both try_wait_for_completion() and completion_done() are safe to be called in
424 if (!completion_done(msg->done)) in ssp_irq_msg()463 if (!completion_done(msg->done)) in ssp_clean_pending_list()
511 if (completion_done(&bebob->bus_reset)) in snd_bebob_stream_start_duplex()711 if (!completion_done(&bebob->bus_reset)) in snd_bebob_stream_update_duplex()
321 if (!completion_done(&bebob->bus_reset)) in bebob_remove()
101 if (completion_done(&dice->clock_accepted)) in set_clock_info()
641 while (!completion_done(&done.completion)) in stop_machine_from_inactive_cpu()
360 if (completion_done(priv->comp_cmd)) { in wmt_mci_dma_isr()453 if (completion_done(priv->comp_dma)) in wmt_mci_regular_isr()
594 return completion_done(&di->ab8500_fg_started); in ab8500_fg_inst_curr_started()605 return completion_done(&di->ab8500_fg_complete); in ab8500_fg_inst_curr_done()624 if (!completion_done(&di->ab8500_fg_complete)) { in ab8500_fg_inst_curr_finalize()726 if (!completion_done(&di->ab8500_fg_started)) { in ab8500_fg_inst_curr_blocking()
346 int val = completion_done(&sdp->sd_wdack) ? 1 : 0; in wdack_show()
941 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()
600 time_left, completion_done(&i2c_dev->msg_complete), in tegra_i2c_xfer_msg()
421 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_rx_completion_handler()
797 if (!completion_done(&abort_cmp)) { in DEF_SCSI_QCMD()
1234 if (completion_done(&priv->start_comp) && in kvaser_usb_start_chip_reply()
1416 while (!completion_done(&completion)) { in unlink1()