Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c54 dfltcc_state->block_threshold = DFLTCC_FIRST_FHT_BLOCK_SIZE; in dfltcc_reset_deflate_state()
175 strm->total_in > dfltcc_state->block_threshold && in dfltcc_deflate()
190 dfltcc_state->block_threshold = in dfltcc_deflate()
244 if (strm->total_in == 0 && dfltcc_state->block_threshold > 0) { in dfltcc_deflate()
288 dfltcc_state->block_threshold = in dfltcc_deflate()
H A Ddfltcc.h106 uLong block_threshold; /* New block after total_in > X */ member