Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcompletion.c252 int __sched wait_for_completion_killable(struct completion *x) in wait_for_completion_killable() function
260 EXPORT_SYMBOL(wait_for_completion_killable);
/linux/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()
/linux/arch/um/drivers/
H A Drandom.c43 ret = wait_for_completion_killable(&have_data); in rng_dev_read()
/linux/include/linux/
H A Dcompletion.h105 extern int wait_for_completion_killable(struct completion *x);
/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst205 long wait_for_completion_killable(struct completion *done)
/linux/drivers/char/hw_random/
H A Dvirtio-rng.c105 ret = wait_for_completion_killable(&vi->have_data); in virtio_read()
/linux/fs/gfs2/
H A Dsys.c473 rv = wait_for_completion_killable(&sdp->sd_locking_init); in lkfirst_store()
575 rv = wait_for_completion_killable(&sdp->sd_locking_init); in jid_store()
/linux/drivers/watchdog/
H A Dmei_wdt.c279 ret = wait_for_completion_killable(&wdt->response); in mei_wdt_ops_ping()
/linux/fs/ceph/
H A Dlocks.c224 wait_for_completion_killable(&req->r_safe_completion); in ceph_lock_wait_for_completion()
/linux/sound/soc/intel/avs/
H A Dipc.c333 wait_for_completion_killable(&ipc->busy_completion); in avs_ipc_wait_busy_completion()
/linux/fs/cachefiles/
H A Dondemand.c566 ret = wait_for_completion_killable(&req->done); in cachefiles_ondemand_send_req()
/linux/kernel/
H A Dkthread.c461 if (unlikely(wait_for_completion_killable(&done))) { in __kthread_create_on_node()
H A Dseccomp.c1155 err = wait_for_completion_killable(&n.ready); in seccomp_do_user_notification()
/linux/fs/nfs/
H A Ddirect.c224 result = wait_for_completion_killable(&dreq->completion); in nfs_direct_wait()
/linux/drivers/media/cec/core/
H A Dcec-adap.c948 err = wait_for_completion_killable(&data->c); in cec_transmit_msg_fh()
/linux/net/ceph/
H A Dosd_client.c3420 ret = wait_for_completion_killable(&lreq->reg_commit_wait); in linger_reg_commit_wait()
/linux/Documentation/trace/
H A Dhistogram.rst1985 => wait_for_completion_killable+0x144/0x1f0