Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/arch/um/drivers/
H A Drandom.c43 ret = wait_for_completion_killable(&have_data); in rng_dev_read()
/linux-6.15/include/linux/
H A Dcompletion.h105 extern int wait_for_completion_killable(struct completion *x);
/linux-6.15/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst205 long wait_for_completion_killable(struct completion *done)
/linux-6.15/drivers/char/hw_random/
H A Dvirtio-rng.c105 ret = wait_for_completion_killable(&vi->have_data); in virtio_read()
/linux-6.15/drivers/tee/optee/
H A Dsupp.c117 if (wait_for_completion_killable(&req->c)) { in optee_supp_thrd_req()
/linux-6.15/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-6.15/net/9p/
H A Dtrans_usbg.c467 ret = wait_for_completion_killable(&usb9pfs->received); in p9_usbg_request()
475 ret = wait_for_completion_killable(&usb9pfs->send); in p9_usbg_request()
/linux-6.15/drivers/watchdog/
H A Dmei_wdt.c279 ret = wait_for_completion_killable(&wdt->response); in mei_wdt_ops_ping()
/linux-6.15/fs/ceph/
H A Dlocks.c224 wait_for_completion_killable(&req->r_safe_completion); in ceph_lock_wait_for_completion()
/linux-6.15/sound/soc/intel/avs/
H A Dipc.c335 wait_for_completion_killable(&ipc->busy_completion); in avs_ipc_wait_busy_completion()
/linux-6.15/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c1002 if (wait_for_completion_killable(&state->data_quota_event)) in queue_message()
1026 if (wait_for_completion_killable(&quota->quota_event)) in queue_message()
3064 if (wait_for_completion_killable(&service->bulk_remove_event)) in vchiq_bulk_xfer_queue_msg_killable()
3137 if (wait_for_completion_killable(&bulk_waiter->event)) in vchiq_bulk_xfer_queue_msg_killable()
3572 if (wait_for_completion_killable(&bulk_waiter->event)) in vchiq_bulk_xfer_waiting()
/linux-6.15/fs/cachefiles/
H A Dondemand.c585 ret = wait_for_completion_killable(&req->done); in cachefiles_ondemand_send_req()
/linux-6.15/Documentation/scheduler/
H A Dcompletion.rst232 long wait_for_completion_killable(struct completion *done)
/linux-6.15/fs/nfs/
H A Ddirect.c239 result = wait_for_completion_killable(&dreq->completion); in nfs_direct_wait()
/linux-6.15/kernel/
H A Dkthread.c536 if (unlikely(wait_for_completion_killable(&done))) { in __kthread_create_on_node()
H A Dseccomp.c1182 err = wait_for_completion_killable(&n.ready); in seccomp_do_user_notification()
/linux-6.15/drivers/media/cec/core/
H A Dcec-adap.c967 err = wait_for_completion_killable(&data->c); in cec_transmit_msg_fh()
/linux-6.15/net/ceph/
H A Dosd_client.c3399 ret = wait_for_completion_killable(&lreq->reg_commit_wait); in linger_reg_commit_wait()
/linux-6.15/Documentation/trace/
H A Dhistogram.rst1985 => wait_for_completion_killable+0x144/0x1f0