Searched refs:congestion_threshold (Results 1 – 4 of 4) sorted by relevance
583 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()825 if (arg->congestion_threshold) { in process_init_limits()826 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()829 fc->congestion_threshold > max_user_congthresh) in process_init_limits()830 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
147 val = fc->congestion_threshold; in fuse_conn_congestion_threshold_read()165 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()
419 unsigned congestion_threshold; member
388 if (fc->num_background == fc->congestion_threshold && in request_end()526 if (fc->num_background == fc->congestion_threshold && in fuse_request_send_nowait_locked()