Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dhelper.c80 unsigned congestion_threshold; member
98 CONN_OPTION("congestion_threshold=%u", congestion_threshold, 0),
99 CONN_OPTION("congestion_threshold=", set_congestion_threshold, 1),
406 conn->congestion_threshold = opts->congestion_threshold; in fuse_apply_conn_info_opts()
H A Dfuse_lowlevel.c2165 if (se->conn.congestion_threshold > se->conn.max_background)
2166 se->conn.congestion_threshold = se->conn.max_background;
2167 if (!se->conn.congestion_threshold) {
2168 se->conn.congestion_threshold =
2173 outarg.congestion_threshold = se->conn.congestion_threshold;
2186 fuse_log(FUSE_LOG_DEBUG, " congestion_threshold=%i\n",
2187 outarg.congestion_threshold);
/third_party/libfuse/include/
H A Dfuse_common.h553 unsigned congestion_threshold; member
598 * -o congestion_threshold=N sets conn->congestion_threshold
629 * max_write, max_readahead, congestion_threshold, max_background,
H A Dfuse_kernel.h811 uint16_t congestion_threshold; member

Completed in 8 milliseconds