Home
last modified time | relevance | path

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

/linux/fs/fuse/
A Dcontrol.c155 val = READ_ONCE(fc->congestion_threshold); in fuse_conn_congestion_threshold_read()
180 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()
189 if (fc->num_background < fc->congestion_threshold) { in fuse_conn_congestion_threshold_write()
A Dinode.c820 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
1080 if (arg->congestion_threshold) { in process_init_limits()
1081 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
1084 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
1085 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
A Dfuse_i.h575 unsigned congestion_threshold; member
A Ddev.c318 if (fc->num_background == fc->congestion_threshold && fm->sb) { in fuse_request_end()
543 if (fc->num_background == fc->congestion_threshold && fm->sb) { in fuse_request_queue_background()
/linux/include/uapi/linux/
A Dfuse.h755 uint16_t congestion_threshold; member

Completed in 19 milliseconds