Home
last modified time | relevance | path

Searched refs:active_background (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/fuse/
H A Ddev_uring_i.h99 unsigned int active_background; member
H A Ddev_uring.c64 while ((fc->active_background < fc->max_background || in fuse_uring_flush_bg()
65 !queue->active_background) && in fuse_uring_flush_bg()
71 fc->active_background++; in fuse_uring_flush_bg()
72 queue->active_background++; in fuse_uring_flush_bg()
89 queue->active_background--; in fuse_uring_req_end()
H A Ddev.c418 while (fc->active_background < fc->max_background && in flush_bg_queue()
424 fc->active_background++; in flush_bg_queue()
477 fc->active_background--; in fuse_request_end()
H A Dfuse_i.h684 unsigned active_background; member