Searched refs:congestion_threshold (Results 1 – 5 of 5) sorted by relevance
147 val = fc->congestion_threshold; in fuse_conn_congestion_threshold_read()165 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()
619 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()861 if (arg->congestion_threshold) { in process_init_limits()862 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()865 fc->congestion_threshold > max_user_congthresh) in process_init_limits()866 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
492 unsigned congestion_threshold; member
401 if (fc->num_background == fc->congestion_threshold && fc->sb) { in request_end()593 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_send_background_locked()
610 uint16_t congestion_threshold; member