Home
last modified time | relevance | path

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

/Linux-v5.15/fs/fuse/
Dvirtio_fs.c47 struct delayed_work dispatch_work; member
192 flush_delayed_work(&fsvq->dispatch_work); in virtio_fs_drain_queue()
343 dispatch_work.work); in virtio_fs_request_dispatch_work()
378 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_request_dispatch_work()
426 schedule_delayed_work(&fsvq->dispatch_work, in send_forget_request()
459 dispatch_work.work); in virtio_fs_hiprio_dispatch_work()
660 INIT_DELAYED_WORK(&fsvq->dispatch_work, in virtio_fs_init_vq()
664 INIT_DELAYED_WORK(&fsvq->dispatch_work, in virtio_fs_init_vq()
1259 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_wake_pending_and_unlock()
1270 schedule_delayed_work(&fsvq->dispatch_work, 0); in virtio_fs_wake_pending_and_unlock()
/Linux-v5.15/block/
Dblk-throttle.c214 struct work_struct dispatch_work; member
1332 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()
1349 dispatch_work); in blk_throtl_dispatch_work_fn()
1794 cancel_work_sync(&td->dispatch_work); in throtl_shutdown_wq()
1982 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_upgrade_state()
2437 INIT_WORK(&td->dispatch_work, blk_throtl_dispatch_work_fn); in blk_throtl_init()