Searched defs:COMPACT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c86 enum {NONE, COMPACT, FOUND, EXIST} status; enumerator in enum:slot::__anon4626
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c55 #define COMPACT 8 /* factor to decide when to compact */ macro
598 if(size > COMPACT*vd->incr && vd->incr > round)
608 if(size <= COMPACT*vd->incr || size <= COMPACT*vd->pool)
909 if(vd->wild && SIZE(vd->wild) >= COMPACT*vd->incr)

Completed in 48 milliseconds