Searched refs:max_background (Results 1 - 4 of 4) sorted by relevance
/third_party/libfuse/lib/ |
H A D | helper.c | 79 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 D | fuse_lowlevel.c | 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; 2184 fuse_log(FUSE_LOG_DEBUG, " max_background=%i\n", 2185 outarg.max_background);
|
/third_party/libfuse/include/ |
H A D | fuse_common.h | 543 unsigned max_background; member 597 * -o max_background=N sets conn->max_background 629 * max_write, max_readahead, congestion_threshold, max_background,
|
H A D | fuse_kernel.h | 810 uint16_t max_background; member
|
Completed in 8 milliseconds