Lines Matching refs:done
36 struct completion *done; member
183 struct completion *done; in kthread() local
194 done = xchg(&create->done, NULL); in kthread()
195 if (!done) { in kthread()
202 complete(done); in kthread()
236 struct completion *done = xchg(&create->done, NULL); in create_kthread() local
238 if (!done) { in create_kthread()
243 complete(done); in create_kthread()
275 DECLARE_COMPLETION_ONSTACK(done); in kthread_create_on_node()
285 create->done = &done; in kthread_create_on_node()
297 if (unlikely(wait_for_completion_killable(&done))) { in kthread_create_on_node()
303 if (xchg(&create->done, NULL)) in kthread_create_on_node()
309 wait_for_completion(&done); in kthread_create_on_node()
644 struct completion done; member
651 complete(&fwork->done); in kthread_flush_work_fn()
664 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in flush_kthread_work()
690 wait_for_completion(&fwork.done); in flush_kthread_work()
705 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in flush_kthread_worker()
709 wait_for_completion(&fwork.done); in flush_kthread_worker()