Searched refs:wait_for_completion_interruptible (Results 1 – 25 of 89) sorted by relevance
1234
204 int __sched wait_for_completion_interruptible(struct completion *x) in wait_for_completion_interruptible() function211 EXPORT_SYMBOL(wait_for_completion_interruptible);
104 extern int wait_for_completion_interruptible(struct completion *x);
116 while (wait_for_completion_interruptible(&req->c)) { in optee_supp_thrd_req()263 if (wait_for_completion_interruptible(&supp->reqs_c)) in optee_supp_recv()
1049 rc = wait_for_completion_interruptible(&resp_type.work); in zcrypt_msgtype6_modexpo()1097 rc = wait_for_completion_interruptible(&resp_type.work); in zcrypt_msgtype6_modexpo_crt()1161 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_cprb()1266 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb()1330 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_rng()
488 rc = wait_for_completion_interruptible(&work); in zcrypt_cex2a_modexpo()533 rc = wait_for_completion_interruptible(&work); in zcrypt_cex2a_modexpo_crt()
45 if (wait_for_completion_interruptible(&eeh_eventlist_event)) in eeh_event_handler()
676 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans()684 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans()726 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans()
692 (wait_for_completion_interruptible(&state->slot_available_event))) in reserve_space()957 if (wait_for_completion_interruptible(&state->data_quota_event)) in queue_message()981 if (wait_for_completion_interruptible("a->quota_event)) in queue_message()2311 if (wait_for_completion_interruptible(&service->msg_queue_pop)) in vchiq_msg_queue_push()2333 if (wait_for_completion_interruptible(&service->msg_queue_push)) in vchiq_msg_hold()2524 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()2871 if (wait_for_completion_interruptible(&state->connect)) in vchiq_connect_internal()2926 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()2988 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()3079 if (wait_for_completion_interruptible(&service->bulk_remove_event)) { in vchiq_bulk_transfer()[all …]
238 if (wait_for_completion_interruptible(&user_service->insert_event)) { in vchiq_ioc_dequeue_message()456 rc = wait_for_completion_interruptible(&instance->insert_event); in vchiq_ioc_await_completion()690 wait_for_completion_interruptible(&user_service->close_event)) in vchiq_ioctl()
997 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion()1105 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_callback()1342 if (wait_for_completion_interruptible(&arm_state->ka_evt)) { in vchiq_keepalive_thread_func()
134 if (wait_for_completion_interruptible(&pxmitpriv->xmit_comp)) { in rtl8723bs_xmit_buf_handler()372 if (wait_for_completion_interruptible(&pxmitpriv->SdioXmitStart)) { in rtl8723bs_xmit_handler()
309 ret = wait_for_completion_interruptible(&rwtm->cmd_done); in mox_hwrng_read()402 ret = wait_for_completion_interruptible(&rwtm->cmd_done); in do_sign_write()
481 if (wait_for_completion_interruptible(&fsl_lpspi->xfer_done) || in fsl_lpspi_wait_for_completion()612 if (wait_for_completion_interruptible(&fsl_lpspi->dma_tx_completion) || in fsl_lpspi_dma_transfer()622 if (wait_for_completion_interruptible(&fsl_lpspi->dma_rx_completion) || in fsl_lpspi_dma_transfer()
237 n = wait_for_completion_interruptible(&emsgs_comp); in aoechr_read()
233 if (wait_for_completion_interruptible(&port->done)) in port_wait()
268 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st21nfca_hci_loopback()
130 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfca_hci_control_se()
287 ret = wait_for_completion_interruptible(&context->complete); in wfx_send_hif_msg_read()
313 if (wait_for_completion_interruptible(&result->stats.done)) { in efct_xport_status()328 if (wait_for_completion_interruptible(&result->stats.done)) { in efct_xport_status()
305 if (wait_for_completion_interruptible(cmd_queue_comp)) in r8712_cmd_thread()
239 wait_for_completion_interruptible(completion); in r8712_stop_drv_threads()
233 rc = wait_for_completion_interruptible(&listener.completion); in sclp_sd_sync()
238 return wait_for_completion_interruptible(&peer->init_comp); in ntb_msit_dbgfs_ready_set()
188 wait_for_completion_interruptible(&priv->scl_irq_completion); in i2c_gpio_fi_act_on_scl_irq()
160 err = wait_for_completion_interruptible(&req->r_completion); in ceph_lock_wait_for_completion()
Completed in 59 milliseconds