Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
Dhelper.c79 unsigned max_background; member
96 CONN_OPTION("max_background=%u", max_background, 0),
404 conn->max_background = opts->max_background; in fuse_apply_conn_info_opts()
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;
2185 outarg.max_background);
/third_party/libfuse/include/
Dfuse_common.h543 unsigned max_background; member
Dfuse_kernel.h810 uint16_t max_background; member