Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fuse/
Dvirtio_fs.c34 struct delayed_work dispatch_work; member
126 flush_delayed_work(&fsvq->dispatch_work); in virtio_fs_drain_queue()
264 dispatch_work.work); in virtio_fs_request_dispatch_work()
300 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_request_dispatch_work()
320 dispatch_work.work); in virtio_fs_hiprio_dispatch_work()
356 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_hiprio_dispatch_work()
557 INIT_DELAYED_WORK(&fs->vqs[VQ_HIPRIO].dispatch_work, in virtio_fs_setup_vqs()
565 INIT_DELAYED_WORK(&fs->vqs[i].dispatch_work, in virtio_fs_setup_vqs()
762 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_wake_forget_and_unlock()
1012 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_wake_pending_and_unlock()
[all …]
/Linux-v5.4/block/
Dblk-throttle.c207 struct work_struct dispatch_work; member
1289 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()
1306 dispatch_work); in blk_throtl_dispatch_work_fn()
1725 cancel_work_sync(&td->dispatch_work); in throtl_shutdown_wq()
1913 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_upgrade_state()
2393 INIT_WORK(&td->dispatch_work, blk_throtl_dispatch_work_fn); in blk_throtl_init()