Searched refs:wait_for_completion_state (Results 1 – 5 of 5) sorted by relevance
252 int __sched wait_for_completion_state(struct completion *x, unsigned int state) in wait_for_completion_state() function260 EXPORT_SYMBOL(wait_for_completion_state);
106 extern int wait_for_completion_state(struct completion *x, unsigned int state);
442 retval = wait_for_completion_state(&done, state | TASK_KILLABLE); in call_usermodehelper_exec()458 wait_for_completion_state(&done, state); in call_usermodehelper_exec()
1454 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done()
412 wait_for_completion_state(&core_state->startup, in coredump_wait()
Completed in 11 milliseconds