Searched refs:congestion_threshold (Results 1 – 5 of 5) sorted by relevance
155 val = READ_ONCE(fc->congestion_threshold); in fuse_conn_congestion_threshold_read()180 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()189 if (fc->num_background < fc->congestion_threshold) { in fuse_conn_congestion_threshold_write()
693 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()965 if (arg->congestion_threshold) { in process_init_limits()966 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()969 fc->congestion_threshold > max_user_congthresh) in process_init_limits()970 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
569 unsigned congestion_threshold; member
318 if (fc->num_background == fc->congestion_threshold && fm->sb) { in fuse_request_end()543 if (fc->num_background == fc->congestion_threshold && fm->sb) { in fuse_request_queue_background()
712 uint16_t congestion_threshold; member