Home
last modified time | relevance | path

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

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