Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dhelper.c79 unsigned congestion_threshold; member
97 CONN_OPTION("congestion_threshold=%u", congestion_threshold, 0),
369 conn->congestion_threshold = opts->congestion_threshold; in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c2187 if (se->conn.congestion_threshold > se->conn.max_background) in do_init()
2188 se->conn.congestion_threshold = se->conn.max_background; in do_init()
2189 if (!se->conn.congestion_threshold) { in do_init()
2190 se->conn.congestion_threshold = in do_init()
2195 outarg.congestion_threshold = se->conn.congestion_threshold; in do_init()
2209 outarg.congestion_threshold); in do_init()
/external/libfuse/include/
Dfuse_common.h488 unsigned congestion_threshold; member
Dfuse_kernel.h662 uint16_t congestion_threshold; member
/external/kernel-headers/original/uapi/linux/
Dfuse.h734 uint16_t congestion_threshold; member
/external/crosvm/fuse/src/
Dsys.rs930 pub congestion_threshold: u16, field
Dserver.rs961 congestion_threshold: (::std::u16::MAX / 4) * 3, in init()