Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A Dvirtio_fs.c54 struct work_struct dispatch_work; member
314 flush_work(&fsvq->dispatch_work); in virtio_fs_drain_queue()
551 schedule_work(&fsvq->dispatch_work); in virtio_fs_hiprio_done_work()
560 dispatch_work); in virtio_fs_request_dispatch_work()
676 dispatch_work); in virtio_fs_hiprio_dispatch_work()
858 schedule_work(&fsvq->dispatch_work); in virtio_fs_requests_done_work()
921 INIT_WORK(&fsvq->dispatch_work, in virtio_fs_init_vq()
925 INIT_WORK(&fsvq->dispatch_work, in virtio_fs_init_vq()
1518 schedule_work(&fsvq->dispatch_work); in virtio_fs_send_req()
/linux-6.15/block/
H A Dblk-throttle.c47 struct work_struct dispatch_work; member
1075 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()
1092 dispatch_work); in blk_throtl_dispatch_work_fn()
1211 INIT_WORK(&td->dispatch_work, blk_throtl_dispatch_work_fn); in blk_throtl_init()
1526 cancel_work_sync(&td->dispatch_work); in throtl_shutdown_wq()