Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dkthread.c978 struct kthread_flush_work *fwork = in kthread_flush_work_fn() local
980 complete(&fwork->done); in kthread_flush_work_fn()
991 struct kthread_flush_work fwork = { in kthread_flush_work() local
992 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_work()
993 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()
1007 kthread_insert_work(worker, &fwork.work, work->node.next); in kthread_flush_work()
1009 kthread_insert_work(worker, &fwork.work, in kthread_flush_work()
1017 wait_for_completion(&fwork.done); in kthread_flush_work()
1198 struct kthread_flush_work fwork = { in kthread_flush_worker() local
1199 KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn), in kthread_flush_worker()
[all …]
/Linux-v5.10/net/tipc/
Dnet.c141 struct tipc_net_work *fwork; in tipc_net_finalize_work() local
143 fwork = container_of(work, struct tipc_net_work, work); in tipc_net_finalize_work()
144 tipc_net_finalize(fwork->net, fwork->addr); in tipc_net_finalize_work()