Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A 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()
H A Dinode.c936 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
1203 if (arg->congestion_threshold) { in process_init_limits()
1204 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
1207 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
1208 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
H A Dfuse_i.h610 unsigned congestion_threshold; member
H A Dfile.c984 if (fc->num_background >= fc->congestion_threshold && in fuse_readahead()
2038 fc->num_background >= fc->congestion_threshold) in fuse_writepage()
2295 fc->num_background >= fc->congestion_threshold) in fuse_writepages()
/openbmc/linux/include/uapi/linux/
H A Dfuse.h874 uint16_t congestion_threshold; member
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h885 uint16_t congestion_threshold; member