Searched refs:num_background (Results 1 – 2 of 2) sorted by relevance
381 if (fc->num_background == fc->max_background) in request_end()388 if (fc->num_background == fc->congestion_threshold && in request_end()393 fc->num_background--; in request_end()523 fc->num_background++; in fuse_request_send_nowait_locked()524 if (fc->num_background == fc->max_background) in fuse_request_send_nowait_locked()526 if (fc->num_background == fc->congestion_threshold && in fuse_request_send_nowait_locked()
422 unsigned num_background; member