Searched refs:fwork (Results 1 – 1 of 1) sorted by relevance
1025 struct kthread_flush_work *fwork = in kthread_flush_work_fn() local1027 complete(&fwork->done); in kthread_flush_work_fn()1038 struct kthread_flush_work fwork = { in kthread_flush_work() local1039 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_work()1040 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()1054 kthread_insert_work(worker, &fwork.work, work->node.next); in kthread_flush_work()1056 kthread_insert_work(worker, &fwork.work, in kthread_flush_work()1064 wait_for_completion(&fwork.done); in kthread_flush_work()1275 struct kthread_flush_work fwork = { in kthread_flush_worker() local1276 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_worker()[all …]