Searched refs:num_background (Results 1 – 2 of 2) sorted by relevance
301 if (fc->num_background == fc->max_background) { in request_end()305 if (fc->num_background == fc->congestion_threshold && in request_end()310 fc->num_background--; in request_end()431 fc->num_background++; in fuse_request_send_nowait_locked()432 if (fc->num_background == fc->max_background) in fuse_request_send_nowait_locked()434 if (fc->num_background == fc->congestion_threshold && in fuse_request_send_nowait_locked()
369 unsigned num_background; member