Home
last modified time | relevance | path

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

/linux-5.19.10/fs/fuse/
Dvirtio_fs.c48 struct delayed_work dispatch_work; member
205 flush_delayed_work(&fsvq->dispatch_work); in virtio_fs_drain_queue()
356 dispatch_work.work); in virtio_fs_request_dispatch_work()
391 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_request_dispatch_work()
439 schedule_delayed_work(&fsvq->dispatch_work, in send_forget_request()
472 dispatch_work.work); in virtio_fs_hiprio_dispatch_work()
673 INIT_DELAYED_WORK(&fsvq->dispatch_work, in virtio_fs_init_vq()
677 INIT_DELAYED_WORK(&fsvq->dispatch_work, in virtio_fs_init_vq()
1258 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_wake_pending_and_unlock()
1269 schedule_delayed_work(&fsvq->dispatch_work, 0); in virtio_fs_wake_pending_and_unlock()
/linux-5.19.10/block/
Dblk-throttle.c72 struct work_struct dispatch_work; member
1200 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()
1217 dispatch_work); in blk_throtl_dispatch_work_fn()
1662 cancel_work_sync(&td->dispatch_work); in throtl_shutdown_wq()
1883 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_upgrade_state()
2310 INIT_WORK(&td->dispatch_work, blk_throtl_dispatch_work_fn); in blk_throtl_init()