Lines Matching refs:complete
36 wait_for_completion() and the signaling side through a call to complete()
57 complete(&early_console_added);
114 wait_for_completion(&setup_done); complete(setup_done)
117 call to complete() - if the call to complete() happened before the call
120 completion is signaled by complete().
202 achieved calls complete() to signal exactly one of the waiters that it can
205 void complete(struct completion *done)
216 If complete() is called multiple times then this will allow for that number
217 of waiters to continue - each call to complete() will simply increment the
219 complete() and complete_all() can be called in hard-irq/atomic context safely.
221 There only can be one thread calling complete() or complete_all() on a
223 queue spinlock. Any such concurrent calls to complete() or complete_all()