Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcompletion.c257 int __sched wait_for_completion_killable(struct completion *x) in wait_for_completion_killable() function
265 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/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/tee/optee/
H A Dsupp.c134 if (wait_for_completion_killable(&req->c)) { in optee_supp_thrd_req()
/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.c222 err = wait_for_completion_killable(&req->r_safe_completion); in ceph_lock_wait_for_completion()
/linux/drivers/platform/raspberrypi/vchiq-interface/
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()
3571 if (wait_for_completion_killable(&bulk_waiter->event)) in vchiq_bulk_xfer_waiting()
/linux/Documentation/scheduler/
H A Dcompletion.rst232 long wait_for_completion_killable(struct completion *done)
/linux/kernel/
H A Dseccomp.c1201 err = wait_for_completion_killable(&n.ready); in seccomp_do_user_notification()
/linux/net/ceph/
H A Dosd_client.c3403 ret = wait_for_completion_killable(&lreq->reg_commit_wait); in linger_reg_commit_wait()