| /linux/kernel/sched/ |
| H A D | completion.c | 219 int __sched wait_for_completion_interruptible(struct completion *x) in wait_for_completion_interruptible() function 227 EXPORT_SYMBOL(wait_for_completion_interruptible);
|
| /linux/drivers/platform/cznic/ |
| H A D | turris-omnia-mcu-trng.c | 42 if (wait_for_completion_interruptible(&mcu->trng_entropy_ready)) in omnia_trng_read()
|
| H A D | turris-omnia-mcu-keyctl.c | 74 if (wait_for_completion_interruptible(&mcu->msg_signed)) in omnia_mcu_sign()
|
| /linux/include/linux/ |
| H A D | completion.h | 104 extern int wait_for_completion_interruptible(struct completion *x);
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh_event.c | 45 if (wait_for_completion_interruptible(&eeh_eventlist_event)) in eeh_event_handler()
|
| /linux/net/9p/ |
| H A D | trans_rdma.c | 571 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans() 579 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans() 621 err = wait_for_completion_interruptible(&rdma->cm_done); in rdma_create_trans()
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.c | 983 rc = wait_for_completion_interruptible(&resp_type->work); in zcrypt_msgtype6_modexpo() 1028 rc = wait_for_completion_interruptible(&resp_type->work); in zcrypt_msgtype6_modexpo_crt() 1117 rc = wait_for_completion_interruptible(&resp_type->work); in zcrypt_msgtype6_send_cprb() 1232 rc = wait_for_completion_interruptible(&resp_type->work); in zcrypt_msgtype6_send_ep11_cprb() 1357 rc = wait_for_completion_interruptible(&resp_type->work); in zcrypt_msgtype6_rng()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwvid.c | 73 ret = wait_for_completion_interruptible(reg_done); in brcmf_fwvid_request_module()
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | completion.rst | 180 int wait_for_completion_interruptible(struct completion *done)
|
| /linux/drivers/spi/ |
| H A D | spi-fsl-lpspi.c | 559 if (wait_for_completion_interruptible(&fsl_lpspi->xfer_done) || in fsl_lpspi_wait_for_completion() 687 if (wait_for_completion_interruptible(&fsl_lpspi->dma_tx_completion) || in fsl_lpspi_dma_transfer() 697 if (wait_for_completion_interruptible(&fsl_lpspi->dma_rx_completion) || in fsl_lpspi_dma_transfer()
|
| /linux/drivers/block/aoe/ |
| H A D | aoechr.c | 247 n = wait_for_completion_interruptible(&emsgs_comp); in aoechr_read()
|
| /linux/arch/um/drivers/ |
| H A D | port_kern.c | 235 if (wait_for_completion_interruptible(&port->done)) in port_wait()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-virtio.c | 120 if (wait_for_completion_interruptible(&req->completion)) in virtio_i2c_complete_reqs()
|
| /linux/security/landlock/ |
| H A D | tsync.c | 572 if (wait_for_completion_interruptible( in landlock_restrict_sibling_threads()
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_dev.c | 237 if (wait_for_completion_interruptible(&user_service->insert_event)) { in vchiq_ioc_dequeue_message() 466 rc = wait_for_completion_interruptible(&instance->insert_event); in vchiq_ioc_await_completion() 694 wait_for_completion_interruptible(&user_service->close_event)) in vchiq_ioctl()
|
| H A D | vchiq_arm.c | 668 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion() 740 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_single_message() 979 if (wait_for_completion_interruptible(&arm_state->ka_evt)) { in vchiq_keepalive_thread_func()
|
| H A D | vchiq_core.c | 736 (wait_for_completion_interruptible(&state->slot_available_event))) in reserve_space() 2659 if (wait_for_completion_interruptible(&service->msg_queue_pop)) in vchiq_msg_queue_push() 2684 if (wait_for_completion_interruptible(&service->msg_queue_push)) in vchiq_msg_hold() 2865 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal() 3342 if (wait_for_completion_interruptible(&state->connect)) in vchiq_connect_internal() 3397 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service() 3459 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
|
| /linux/drivers/nfc/st21nfca/ |
| H A D | vendor_cmds.c | 268 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st21nfca_hci_loopback()
|
| H A D | se.c | 130 wait_for_completion_interruptible(&info->se_info.req_completion); in st21nfca_hci_control_se()
|
| /linux/drivers/tee/optee/ |
| H A D | supp.c | 244 if (wait_for_completion_interruptible(&supp->reqs_c)) in optee_supp_recv()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | debug.c | 280 ret = wait_for_completion_interruptible(&context->complete); in wfx_send_hif_msg_read()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_pagemap_util.c | 196 err = wait_for_completion_interruptible(&cache->queued); in drm_pagemap_get_from_cache()
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_xport.c | 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()
|
| /linux/drivers/firmware/ |
| H A D | turris-mox-rwtm.c | 186 ret = wait_for_completion_interruptible(&rwtm->cmd_done); in mox_rwtm_exec()
|
| /linux/drivers/ntb/test/ |
| H A D | ntb_msi_test.c | 238 return wait_for_completion_interruptible(&peer->init_comp); in ntb_msit_dbgfs_ready_set()
|