Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcompletion.c241 int __sched wait_for_completion_killable(struct completion *x) in wait_for_completion_killable() function
248 EXPORT_SYMBOL(wait_for_completion_killable);
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dhil_kbd.c472 error = wait_for_completion_killable(&dev->cmd_done); in hil_dev_connect()
481 error = wait_for_completion_killable(&dev->cmd_done); in hil_dev_connect()
490 error = wait_for_completion_killable(&dev->cmd_done); in hil_dev_connect()
499 error = wait_for_completion_killable(&dev->cmd_done); in hil_dev_connect()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Drandom.c43 ret = wait_for_completion_killable(&have_data); in rng_dev_read()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompletion.h106 extern int wait_for_completion_killable(struct completion *x);
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Dvirtio-rng.c71 ret = wait_for_completion_killable(&vi->have_data); in virtio_read()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dsys.c396 rv = wait_for_completion_killable(&sdp->sd_locking_init); in lkfirst_store()
498 rv = wait_for_completion_killable(&sdp->sd_locking_init); in jid_store()
/OK3568_Linux_fs/kernel/kernel/
H A Dumh.c438 retval = wait_for_completion_killable(&done); in call_usermodehelper_exec()
H A Dkthread.c378 if (unlikely(wait_for_completion_killable(&done))) { in __kthread_create_on_node()
H A Dfork.c1317 killed = wait_for_completion_killable(vfork); in wait_for_vfork_done()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dmei_wdt.c279 ret = wait_for_completion_killable(&wdt->response); in mei_wdt_ops_ping()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dlocks.c209 wait_for_completion_killable(&req->r_safe_completion); in ceph_lock_wait_for_completion()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dtls.c365 wait_for_completion_killable(&ctx->comp); in mlx5_fpga_tls_setup_stream_cmd()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk2674 wait_for_completion_killable
3317 wait_for_completion_killable
H A Dabi_gki_aarch64_virtual_device1269 wait_for_completion_killable
H A Dabi_gki_aarch64_exynosauto1046 wait_for_completion_killable
H A Dabi_gki_aarch64_vivo2048 wait_for_completion_killable
H A Dabi_gki_aarch64_exynos2356 wait_for_completion_killable
H A Dabi_gki_aarch64_qcom3029 wait_for_completion_killable
H A Dabi_gki_aarch64_oplus3599 wait_for_completion_killable
H A Dabi_gki_aarch64_galaxy4575 wait_for_completion_killable
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddirect.c249 result = wait_for_completion_killable(&dreq->completion); in nfs_direct_wait()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dcompletion.rst232 long wait_for_completion_killable(struct completion *done)
/OK3568_Linux_fs/kernel/crypto/
H A Dalgapi.c403 err = wait_for_completion_killable(&larval->completion); in crypto_wait_for_test()
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-adap.c915 wait_for_completion_killable(&data->c); in cec_transmit_msg_fh()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dfile.c3228 rc = wait_for_completion_killable(&ctx->done); in __cifs_writev()
3972 rc = wait_for_completion_killable(&ctx->done); in __cifs_readv()