Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A Ddev_uring_i.h128 struct delayed_work async_teardown_work; member
H A Ddev_uring.c418 container_of(work, struct fuse_ring, async_teardown_work.work); in fuse_uring_async_stop_queues()
442 schedule_delayed_work(&ring->async_teardown_work, in fuse_uring_async_stop_queues()
467 INIT_DELAYED_WORK(&ring->async_teardown_work, in fuse_uring_stop_queues()
469 schedule_delayed_work(&ring->async_teardown_work, in fuse_uring_stop_queues()