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()177 WRITE_ONCE(fc->congestion_threshold, val); in fuse_conn_congestion_threshold_write()
936 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()1214 if (arg->congestion_threshold) { in process_init_limits()1215 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()1218 fc->congestion_threshold > max_user_congthresh) in process_init_limits()1219 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
646 unsigned congestion_threshold; member
1001 if (fc->num_background >= fc->congestion_threshold && in fuse_readahead()2370 fc->num_background >= fc->congestion_threshold) in fuse_writepages()
894 uint16_t congestion_threshold; member