Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dhelper.c79 unsigned max_background; member
96 CONN_OPTION("max_background=%u", max_background, 0),
97 CONN_OPTION("max_background=", set_max_background, 1),
404 conn->max_background = opts->max_background; in fuse_apply_conn_info_opts()
H A Dfuse_lowlevel.c2163 if (se->conn.max_background >= (1 << 16))
2164 se->conn.max_background = (1 << 16) - 1;
2165 if (se->conn.congestion_threshold > se->conn.max_background)
2166 se->conn.congestion_threshold = se->conn.max_background;
2169 se->conn.max_background * 3 / 4;
2172 outarg.max_background = se->conn.max_background;
2184 fuse_log(FUSE_LOG_DEBUG, " max_background=%i\n",
2185 outarg.max_background);
/third_party/libfuse/include/
H A Dfuse_common.h543 unsigned max_background; member
597 * -o max_background=N sets conn->max_background
629 * max_write, max_readahead, congestion_threshold, max_background,
H A Dfuse_kernel.h810 uint16_t max_background; member

Completed in 12 milliseconds