Home
last modified time | relevance | path

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

/Linux-v6.1/fs/fuse/
Dcontrol.c155 val = READ_ONCE(fc->congestion_threshold); in fuse_conn_congestion_threshold_read()
179 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()
Dinode.c838 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
1098 if (arg->congestion_threshold) { in process_init_limits()
1099 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
1102 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
1103 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
Dfuse_i.h588 unsigned congestion_threshold; member
Dfile.c983 if (fc->num_background >= fc->congestion_threshold && in fuse_readahead()
2000 fc->num_background >= fc->congestion_threshold) in fuse_writepage()
2257 fc->num_background >= fc->congestion_threshold) in fuse_writepages()
/Linux-v6.1/include/uapi/linux/
Dfuse.h780 uint16_t congestion_threshold; member