Home
last modified time | relevance | path

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

/Linux-v5.10/fs/fuse/
Dvirtio_fs.c41 struct delayed_work dispatch_work; member
191 flush_delayed_work(&fsvq->dispatch_work); in virtio_fs_drain_queue()
342 dispatch_work.work); in virtio_fs_request_dispatch_work()
377 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_request_dispatch_work()
425 schedule_delayed_work(&fsvq->dispatch_work, in send_forget_request()
458 dispatch_work.work); in virtio_fs_hiprio_dispatch_work()
659 INIT_DELAYED_WORK(&fsvq->dispatch_work, in virtio_fs_init_vq()
663 INIT_DELAYED_WORK(&fsvq->dispatch_work, in virtio_fs_init_vq()
1257 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_wake_pending_and_unlock()
1268 schedule_delayed_work(&fsvq->dispatch_work, 0); in virtio_fs_wake_pending_and_unlock()
/Linux-v5.10/block/
Dblk-throttle.c211 struct work_struct dispatch_work; member
1315 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()
1332 dispatch_work); in blk_throtl_dispatch_work_fn()
1777 cancel_work_sync(&td->dispatch_work); in throtl_shutdown_wq()
1965 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_upgrade_state()
2399 INIT_WORK(&td->dispatch_work, blk_throtl_dispatch_work_fn); in blk_throtl_init()