Searched refs:num_background (Results 1 – 3 of 3) sorted by relevance
133 fc->blocked = fc->num_background >= fc->max_background; in fuse_conn_max_background_write()180 if (fc->num_background < fc->congestion_threshold) { in fuse_conn_congestion_threshold_write()
300 if (fc->num_background == fc->max_background) { in fuse_request_end()314 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_end()318 fc->num_background--; in fuse_request_end()527 fc->num_background++; in fuse_request_queue_background()528 if (fc->num_background == fc->max_background) in fuse_request_queue_background()530 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_queue_background()
547 unsigned num_background; member