Searched refs:congestion_threshold (Results 1 – 4 of 4) sorted by relevance
155 val = READ_ONCE(fc->congestion_threshold); in fuse_conn_congestion_threshold_read()178 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()180 if (fc->num_background < fc->congestion_threshold) { in fuse_conn_congestion_threshold_write()
644 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()892 if (arg->congestion_threshold) { in process_init_limits()893 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()896 fc->congestion_threshold > max_user_congthresh) in process_init_limits()897 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
553 unsigned congestion_threshold; member
313 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_end()531 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_queue_background()