Home
last modified time | relevance | path

Searched refs:wait_for_completion_state (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/sched/
H A Dcompletion.c267 int __sched wait_for_completion_state(struct completion *x, unsigned int state) in wait_for_completion_state() function
275 EXPORT_SYMBOL(wait_for_completion_state);
/linux/include/linux/
H A Dcompletion.h106 extern int wait_for_completion_state(struct completion *x, unsigned int state);
/linux/kernel/
H A Dumh.c441 retval = wait_for_completion_state(&done, state | TASK_KILLABLE); in call_usermodehelper_exec()
457 wait_for_completion_state(&done, state); in call_usermodehelper_exec()
H A Dfork.c1437 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done()
/linux/kernel/module/
H A Ddups.c208 ret = wait_for_completion_state(&kmod_req->first_req_done, in kmod_dup_request_exists_wait()
/linux/drivers/tee/qcomtee/
H A Duser_obj.c258 if (!wait_for_completion_state(&ureq->c, in qcomtee_user_object_dispatch()