Lines Matching refs:done
47 struct completion *done; member
271 struct completion *done; in kthread() local
279 done = xchg(&create->done, NULL); in kthread()
280 if (!done) { in kthread()
287 complete(done); in kthread()
305 complete(done); in kthread()
339 struct completion *done = xchg(&create->done, NULL); in create_kthread() local
341 if (!done) { in create_kthread()
346 complete(done); in create_kthread()
356 DECLARE_COMPLETION_ONSTACK(done); in __kthread_create_on_node()
366 create->done = &done; in __kthread_create_on_node()
378 if (unlikely(wait_for_completion_killable(&done))) { in __kthread_create_on_node()
384 if (xchg(&create->done, NULL)) in __kthread_create_on_node()
390 wait_for_completion(&done); in __kthread_create_on_node()
1026 struct completion done; member
1033 complete(&fwork->done); in kthread_flush_work_fn()
1046 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()
1070 wait_for_completion(&fwork.done); in kthread_flush_work()
1295 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_worker()
1299 wait_for_completion(&fwork.done); in kthread_flush_worker()