Home
last modified time | relevance | path

Searched refs:MINSIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/arc/
H A Darcstats_runtime_tuning.ksh24 log_must set_tunable64 ARC_MIN "$MINSIZE"
34 MINSIZE="$(get_min_arc_size)"
/freebsd/contrib/mandoc/
H A Dcompat_ohash.c37 #define MINSIZE (1UL << 4) macro
89 if (ns < MINSIZE) in ohash_resize()
90 ns = MINSIZE; in ohash_resize()
191 if (h->size < MINSIZE) in ohash_init()
192 h->size = MINSIZE; in ohash_init()
/freebsd/lib/libopenbsd/
H A Dohash.c35 #define MINSIZE (1UL << 4) macro
87 if (ns < MINSIZE) in ohash_resize()
88 ns = MINSIZE; in ohash_resize()
189 if (h->size < MINSIZE) in ohash_init()
190 h->size = MINSIZE; in ohash_init()
/freebsd/bin/sh/
H A Dmemalloc.c120 #define MINSIZE 496 /* minimum size of a block. */ macro
141 if (nbytes < MINSIZE) in stnewblock()
142 nbytes = MINSIZE; in stnewblock()
/freebsd/contrib/ofed/opensm/opensm/
H A Dst.c113 #define MINSIZE 8 macro
163 for (i = 0, newsize = MINSIZE; in new_size()