Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c1137 struct kthread_flush_work *fwork = in kthread_flush_work_fn() local
1139 complete(&fwork->done); in kthread_flush_work_fn()
1150 struct kthread_flush_work fwork = { in kthread_flush_work() local
1151 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_work()
1152 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()
1168 kthread_insert_work(worker, &fwork.work, in kthread_flush_work()
1176 wait_for_completion(&fwork.done); in kthread_flush_work()
1387 struct kthread_flush_work fwork = { in kthread_flush_worker() local
1389 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_worker()
1392 kthread_queue_work(worker, &fwork.work); in kthread_flush_worker()
[all …]