Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dinode.c1017 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
1304 if (arg->congestion_threshold) { in process_init_limits()
1305 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
1308 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
1309 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
H A Dfile.c905 if (fc->num_background >= fc->congestion_threshold && in fuse_handle_readahead()
2297 fc->num_background >= fc->congestion_threshold) in fuse_writepages()
/linux/include/uapi/linux/
H A Dfuse.h920 uint16_t congestion_threshold; member
/linux/Documentation/filesystems/fuse/
H A Dfuse.rst138 congestion_threshold