Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dcompletion.c262 int __sched wait_for_completion_state(struct completion *x, unsigned int state) in wait_for_completion_state() function
270 EXPORT_SYMBOL(wait_for_completion_state);
/linux-6.6.21/include/linux/
Dcompletion.h106 extern int wait_for_completion_state(struct completion *x, unsigned int state);
/linux-6.6.21/kernel/
Dumh.c442 retval = wait_for_completion_state(&done, state | TASK_KILLABLE); in call_usermodehelper_exec()
458 wait_for_completion_state(&done, state); in call_usermodehelper_exec()
Dfork.c1590 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done()
/linux-6.6.21/kernel/module/
Ddups.c209 ret = wait_for_completion_state(&kmod_req->first_req_done, in kmod_dup_request_exists_wait()
/linux-6.6.21/fs/
Dcoredump.c414 wait_for_completion_state(&core_state->startup, in coredump_wait()