Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fuse/
Dcontrol.c155 val = READ_ONCE(fc->congestion_threshold); in fuse_conn_congestion_threshold_read()
178 fc->congestion_threshold = val; in fuse_conn_congestion_threshold_write()
180 if (fc->num_background < fc->congestion_threshold) { in fuse_conn_congestion_threshold_write()
Dinode.c619 fc->congestion_threshold = FUSE_DEFAULT_CONGESTION_THRESHOLD; in fuse_conn_init()
868 if (arg->congestion_threshold) { in process_init_limits()
869 fc->congestion_threshold = arg->congestion_threshold; in process_init_limits()
872 fc->congestion_threshold > max_user_congthresh) in process_init_limits()
873 fc->congestion_threshold = max_user_congthresh; in process_init_limits()
Dfuse_i.h544 unsigned congestion_threshold; member
Ddev.c314 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_end()
530 if (fc->num_background == fc->congestion_threshold && fc->sb) { in fuse_request_queue_background()
/Linux-v5.4/include/uapi/linux/
Dfuse.h698 uint16_t congestion_threshold; member