Searched refs:num_background (Results 1 – 2 of 2) sorted by relevance
394 if (fc->num_background == fc->max_background) in request_end()401 if (fc->num_background == fc->congestion_threshold && fc->sb) { in request_end()405 fc->num_background--; in request_end()590 fc->num_background++; in fuse_request_send_background_locked()591 if (fc->num_background == fc->max_background) in fuse_request_send_background_locked()593 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_send_background_locked()
495 unsigned num_background; member