Lines Matching refs:wait_for_completion
17 look into using one of the wait_for_completion*() calls instead. The
37 wait_for_completion() and the signaling side through a call to complete()
56 wait_for_completion(&early_console_added);
99 or _timeout variants of wait_for_completion().
106 calls wait_for_completion() on the initialized completion structure.
115 wait_for_completion(&setup_done); complete(setup_done)
117 This is not implying any temporal order on wait_for_completion() and the
119 to wait_for_completion() then the waiting side simply will continue
123 Note that wait_for_completion() is calling spin_lock_irq()/spin_unlock_irq(),
128 wait_for_completion():
130 void wait_for_completion(struct completion *done):
133 uninterruptible. wait_for_completion() and its variants are only safe
139 As all variants of wait_for_completion() can (obviously) block for a long