Home
last modified time | relevance | path

Searched refs:MAXSIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/arc/
H A Darcstats_runtime_tuning.ksh26 log_must set_tunable64 ARC_MAX "$MAXSIZE"
35 MAXSIZE="$(get_max_arc_size)"
39 for size in $((MAXSIZE/4)) $((MAXSIZE/3)) $((MAXSIZE/2)) $MAXSIZE; do
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c116 #define MAXSIZE ((~(size_t)0) >> 1) macro
124 else if (l + lsep < l || l + lsep >= MAXSIZE / n) /* may overflow? */ in str_rep()