Searched refs:num_background (Results 1 – 2 of 2) sorted by relevance
389 if (fc->num_background == fc->max_background) in request_end()396 if (fc->num_background == fc->congestion_threshold && in request_end()401 fc->num_background--; in request_end()593 fc->num_background++; in fuse_request_send_nowait_locked()594 if (fc->num_background == fc->max_background) in fuse_request_send_nowait_locked()596 if (fc->num_background == fc->congestion_threshold && in fuse_request_send_nowait_locked()
448 unsigned num_background; member