Searched refs:num_background (Results 1 – 5 of 5) sorted by relevance
134 fc->blocked = fc->num_background >= fc->max_background; in fuse_conn_max_background_write()
463 if (fc->num_background == fc->max_background) { in fuse_request_end()477 fc->num_background--; in fuse_request_end()722 fc->num_background++; in fuse_request_queue_background()723 if (fc->num_background == fc->max_background) in fuse_request_queue_background()
1326 fc->num_background++; in fuse_uring_queue_bq_req()1327 if (fc->num_background == fc->max_background) in fuse_uring_queue_bq_req()
681 unsigned num_background; member
961 if (fc->num_background >= fc->congestion_threshold && in fuse_readahead()2221 fc->num_background >= fc->congestion_threshold) in fuse_writepages()
Completed in 22 milliseconds