Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dkthread.c1118 struct kthread_flush_work *fwork = in kthread_flush_work_fn() local
1120 complete(&fwork->done); in kthread_flush_work_fn()
1131 struct kthread_flush_work fwork = { in kthread_flush_work() local
1132 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_work()
1133 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()
1149 kthread_insert_work(worker, &fwork.work, in kthread_flush_work()
1157 wait_for_completion(&fwork.done); in kthread_flush_work()
1368 struct kthread_flush_work fwork = { in kthread_flush_worker() local
1370 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_worker()
1373 kthread_queue_work(worker, &fwork.work); in kthread_flush_worker()
[all …]

Completed in 7 milliseconds