Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/lofiadm/
H A Dmain.c151 #define COMPRESS_THRESHOLD 2048 macro
1631 if (segsize <= COMPRESS_THRESHOLD || in lofi_compress()
1632 real_segsize > (segsize - COMPRESS_THRESHOLD)) { in lofi_compress()