Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dhelper.c78 unsigned max_background; member
95 CONN_OPTION("max_background=%u", max_background, 0),
367 conn->max_background = opts->max_background; in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c2185 if (se->conn.max_background >= (1 << 16)) in do_init()
2186 se->conn.max_background = (1 << 16) - 1; in do_init()
2187 if (se->conn.congestion_threshold > se->conn.max_background) in do_init()
2188 se->conn.congestion_threshold = se->conn.max_background; in do_init()
2191 se->conn.max_background * 3 / 4; in do_init()
2194 outarg.max_background = se->conn.max_background; in do_init()
2207 outarg.max_background); in do_init()
/external/libfuse/include/
Dfuse_common.h478 unsigned max_background; member
Dfuse_kernel.h661 uint16_t max_background; member
/external/kernel-headers/original/uapi/linux/
Dfuse.h733 uint16_t max_background; member
/external/crosvm/fuse/src/
Dsys.rs929 pub max_background: u16, field
Dserver.rs960 max_background: ::std::u16::MAX, in init()