Home
last modified time | relevance | path

Searched refs:COMPACT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c46 #define COMPACT 8 /* factor to decide when to compact */ macro
554 if(size > COMPACT*vd->incr && vd->incr > round)
564 if(size <= COMPACT*vd->incr || size <= COMPACT*vd->pool)
826 if(vd->wild && SIZE(vd->wild) >= COMPACT*vd->incr)
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.def38 COMPACT :architecture:
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c86 enum {NONE, COMPACT, FOUND, EXIST} status; enumerator