Home
last modified time | relevance | path

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

/linux/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 Dfile.c1039 if (fc->num_background >= fc->congestion_threshold && in fuse_readahead()
2453 fc->num_background >= fc->congestion_threshold) in fuse_writepages()
/linux/include/uapi/linux/
H A Dfuse.h905 uint16_t congestion_threshold;
894 uint16_t congestion_threshold; global() member