Searched refs:max_background (Results 1 – 4 of 4) sorted by relevance
79 unsigned max_background; member96 CONN_OPTION("max_background=%u", max_background, 0),404 conn->max_background = opts->max_background; in fuse_apply_conn_info_opts()
2163 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);
543 unsigned max_background; member
810 uint16_t max_background; member