Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A 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()
1260 schedule_delayed_work(&fsvq->dispatch_work, in virtio_fs_wake_pending_and_unlock()
1271 schedule_delayed_work(&fsvq->dispatch_work, 0); in virtio_fs_wake_pending_and_unlock()
/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c214 struct work_struct dispatch_work; member
1324 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()
1341 dispatch_work); in blk_throtl_dispatch_work_fn()
1786 cancel_work_sync(&td->dispatch_work); in throtl_shutdown_wq()
1974 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_upgrade_state()
2429 INIT_WORK(&td->dispatch_work, blk_throtl_dispatch_work_fn); in blk_throtl_init()