Lines Matching refs:done
47 struct completion *done; member
347 struct completion *done; in kthread() local
354 done = xchg(&create->done, NULL); in kthread()
355 if (!done) { in kthread()
378 complete(done); in kthread()
412 struct completion *done = xchg(&create->done, NULL); in create_kthread() local
414 if (!done) { in create_kthread()
419 complete(done); in create_kthread()
429 DECLARE_COMPLETION_ONSTACK(done); in __kthread_create_on_node()
439 create->done = &done; in __kthread_create_on_node()
451 if (unlikely(wait_for_completion_killable(&done))) { in __kthread_create_on_node()
457 if (xchg(&create->done, NULL)) in __kthread_create_on_node()
463 wait_for_completion(&done); in __kthread_create_on_node()
1125 struct completion done; member
1132 complete(&fwork->done); in kthread_flush_work_fn()
1145 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()
1169 wait_for_completion(&fwork.done); in kthread_flush_work()
1382 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_worker()
1386 wait_for_completion(&fwork.done); in kthread_flush_worker()