Home
last modified time | relevance | path

Searched refs:wait_for_completion_interruptible (Results 1 – 25 of 76) sorted by relevance

1234

/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_util.c48 if (wait_for_completion_interruptible(&queue->pop)) in vchiu_queue_push()
61 if (wait_for_completion_interruptible(&queue->push)) in vchiu_queue_peek()
75 if (wait_for_completion_interruptible(&queue->push)) in vchiu_queue_pop()
Dvchiq_core.c571 (wait_for_completion_interruptible( in reserve_space()
841 if (wait_for_completion_interruptible( in queue_message()
872 if (wait_for_completion_interruptible( in queue_message()
2439 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2806 if (wait_for_completion_interruptible(&state->connect)) in vchiq_connect_internal()
2866 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
2927 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
3010 if (wait_for_completion_interruptible( in vchiq_bulk_transfer()
3085 if (wait_for_completion_interruptible(&bulk_waiter->event)) in vchiq_bulk_transfer()
Dvchiq_arm.c535 if (wait_for_completion_interruptible( in add_completion()
647 if (wait_for_completion_interruptible( in service_callback()
980 wait_for_completion_interruptible( in vchiq_ioctl()
1154 rc = wait_for_completion_interruptible( in vchiq_ioctl()
1322 if (wait_for_completion_interruptible( in vchiq_ioctl()
2325 if (wait_for_completion_interruptible(&arm_state->ka_evt)) { in vchiq_keepalive_thread_func()
/Linux-v5.4/kernel/sched/
Dcompletion.c202 int __sched wait_for_completion_interruptible(struct completion *x) in wait_for_completion_interruptible() function
209 EXPORT_SYMBOL(wait_for_completion_interruptible);
/Linux-v5.4/include/linux/
Dcompletion.h105 extern int wait_for_completion_interruptible(struct completion *x);
/Linux-v5.4/arch/powerpc/kernel/
Deeh_event.c45 if (wait_for_completion_interruptible(&eeh_eventlist_event)) in eeh_event_handler()
/Linux-v5.4/drivers/tee/optee/
Dsupp.c116 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()
/Linux-v5.4/drivers/s390/crypto/
Dzcrypt_msgtype6.c1035 rc = wait_for_completion_interruptible(&resp_type.work); in zcrypt_msgtype6_modexpo()
1079 rc = wait_for_completion_interruptible(&resp_type.work); in zcrypt_msgtype6_modexpo_crt()
1138 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_cprb()
1240 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_send_ep11_cprb()
1301 rc = wait_for_completion_interruptible(&rtype->work); in zcrypt_msgtype6_rng()
Dzcrypt_msgtype50.c479 rc = wait_for_completion_interruptible(&work); in zcrypt_cex2a_modexpo()
525 rc = wait_for_completion_interruptible(&work); in zcrypt_cex2a_modexpo_crt()
/Linux-v5.4/net/9p/
Dtrans_rdma.c675 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans()
683 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans()
725 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans()
/Linux-v5.4/drivers/spi/
Dspi-fsl-lpspi.c501 if (wait_for_completion_interruptible(&fsl_lpspi->xfer_done) || in fsl_lpspi_wait_for_completion()
632 if (wait_for_completion_interruptible(&fsl_lpspi->dma_tx_completion) || in fsl_lpspi_dma_transfer()
642 if (wait_for_completion_interruptible(&fsl_lpspi->dma_rx_completion) || in fsl_lpspi_dma_transfer()
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c151 if (wait_for_completion_interruptible(&pxmitpriv->xmit_comp)) { in rtl8723bs_xmit_buf_handler()
421 if (wait_for_completion_interruptible(&pxmitpriv->SdioXmitStart)) { in rtl8723bs_xmit_handler()
/Linux-v5.4/arch/um/drivers/
Dport_kern.c233 if (wait_for_completion_interruptible(&port->done)) in port_wait()
/Linux-v5.4/drivers/block/aoe/
Daoechr.c239 n = wait_for_completion_interruptible(&emsgs_comp); in aoechr_read()
/Linux-v5.4/crypto/
Dalgboss.c191 wait_for_completion_interruptible(&larval->completion); in cryptomgr_schedule_probe()
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c346 wait_for_completion_interruptible(&padapter->cmdpriv.terminate_cmdthread_comp); in rtw_start_drv_threads()
358 wait_for_completion_interruptible(&padapter->cmdpriv.terminate_cmdthread_comp); in rtw_stop_drv_threads()
/Linux-v5.4/drivers/nfc/st21nfca/
Dvendor_cmds.c268 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st21nfca_hci_loopback()
Dse.c130 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfca_hci_control_se()
/Linux-v5.4/drivers/firmware/
Dturris-mox-rwtm.c266 ret = wait_for_completion_interruptible(&rwtm->cmd_done); in mox_hwrng_read()
/Linux-v5.4/drivers/s390/char/
Dsclp_sd.c232 rc = wait_for_completion_interruptible(&listener.completion); in sclp_sd_sync()
/Linux-v5.4/drivers/staging/rtl8712/
Drtl8712_cmd.c305 if (wait_for_completion_interruptible(cmd_queue_comp)) in r8712_cmd_thread()
Dos_intfs.c239 wait_for_completion_interruptible(completion); in r8712_stop_drv_threads()
/Linux-v5.4/drivers/ntb/test/
Dntb_msi_test.c238 return wait_for_completion_interruptible(&peer->init_comp); in ntb_msit_dbgfs_ready_set()
/Linux-v5.4/drivers/staging/kpc2000/kpc_dma/
Dfileops.c174 rv = wait_for_completion_interruptible(&done); in kpc_dma_transfer()
/Linux-v5.4/drivers/i2c/busses/
Di2c-gpio.c188 wait_for_completion_interruptible(&priv->scl_irq_completion); in i2c_gpio_fi_act_on_scl_irq()

1234