Searched refs:active_background (Results 1 – 3 of 3) sorted by relevance
65 while ((fc->active_background < fc->max_background || in fuse_uring_flush_bg()66 !queue->active_background) && in fuse_uring_flush_bg()72 fc->active_background++; in fuse_uring_flush_bg()73 queue->active_background++; in fuse_uring_flush_bg()91 queue->active_background--; in fuse_uring_req_end()
439 while (fc->active_background < fc->max_background && in flush_bg_queue()445 fc->active_background++; in flush_bg_queue()498 fc->active_background--; in fuse_request_end()
704 unsigned active_background; member