Home
last modified time | relevance | path

Searched refs:congestion_threshold (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/fuse/
H A Dcontrol.c155 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()
H A Dinode.c972 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
1257 if (arg->congestion_threshold) { in process_init_limits()
1258 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
1261 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
1262 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
H A Dfuse_i.h678 unsigned congestion_threshold; member
H A Dfile.c1039 if (fc->num_background >= fc->congestion_threshold && in fuse_readahead()
2453 fc->num_background >= fc->congestion_threshold) in fuse_writepages()
/linux-6.15/include/uapi/linux/
H A Dfuse.h910 uint16_t congestion_threshold; member