Searched refs:num_background (Results 1 – 2 of 2) sorted by relevance
398 if (fc->num_background == fc->max_background) { in request_end()412 if (fc->num_background == fc->congestion_threshold && fc->sb) { in request_end()416 fc->num_background--; in request_end()601 fc->num_background++; in fuse_request_send_background_locked()602 if (fc->num_background == fc->max_background) in fuse_request_send_background_locked()604 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_send_background_locked()
502 unsigned num_background; member