Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lofiadm/
H A Dmain.c148 #define COMPRESS_THRESHOLD 2048 macro
1568 if (segsize <= COMPRESS_THRESHOLD || in lofi_compress()
1569 real_segsize > (segsize - COMPRESS_THRESHOLD)) { in lofi_compress()