Home
last modified time | relevance | path

Searched refs:max_background (Results 1 – 5 of 5) 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.c2108 if (se->conn.max_background >= (1 << 16)) in do_init()
2109 se->conn.max_background = (1 << 16) - 1; in do_init()
2110 if (se->conn.congestion_threshold > se->conn.max_background) in do_init()
2111 se->conn.congestion_threshold = se->conn.max_background; in do_init()
2114 se->conn.max_background * 3 / 4; in do_init()
2117 outarg.max_background = se->conn.max_background; in do_init()
2130 outarg.max_background); in do_init()
/external/libfuse/include/
Dfuse_common.h461 unsigned max_background; member
Dfuse_kernel.h653 uint16_t max_background; member
/external/kernel-headers/original/uapi/linux/
Dfuse.h697 uint16_t max_background; member