Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c1354 struct kthread_flush_work *fwork = in kthread_flush_work_fn() local
1356 complete(&fwork->done); in kthread_flush_work_fn()
1367 struct kthread_flush_work fwork = { in kthread_flush_work() local
1368 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_work()
1369 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()
1383 kthread_insert_work(worker, &fwork.work, work->node.next); in kthread_flush_work()
1385 kthread_insert_work(worker, &fwork.work, in kthread_flush_work()
1393 wait_for_completion(&fwork.done); in kthread_flush_work()
1604 struct kthread_flush_work fwork = { in kthread_flush_worker() local
1605 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_worker()
[all …]