Home
last modified time | relevance | path

Searched refs:fwork (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dkthread.c1130 struct kthread_flush_work *fwork = in kthread_flush_work_fn() local
1132 complete(&fwork->done); in kthread_flush_work_fn()
1143 struct kthread_flush_work fwork = { in kthread_flush_work() local
1144 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_work()
1145 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()
1159 kthread_insert_work(worker, &fwork.work, work->node.next); in kthread_flush_work()
1161 kthread_insert_work(worker, &fwork.work, in kthread_flush_work()
1169 wait_for_completion(&fwork.done); in kthread_flush_work()
1380 struct kthread_flush_work fwork = { in kthread_flush_worker() local
1381 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_worker()
[all …]