Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.h53 int fastlz_compress_level(int level, const void *input, int length,
H A Dfastlz.c180 fastlz_compress_level(int level, const void *input, int length, in fastlz_compress_level() function
H A Dfastlz_api.c254 chunk_size = fastlz_compress_level(level, pin_buff->data, in compress_buff()