Home
last modified time | relevance | path

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

/titanic_44/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)
/titanic_44/usr/src/lib/libpp/common/
H A Dpp.def38 COMPACT :architecture:
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c86 enum {NONE, COMPACT, FOUND, EXIST} status; enumerator