Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_compressor.c266 size_t zst_maxiosz; /* Max output IO size */ member
320 s->zst_maxiosz = maxiosize; in zstdio_init()
367 if (bytes_to_dump > s->zst_maxiosz) in zst_flush_intermediate()
368 bytes_to_dump = s->zst_maxiosz; in zst_flush_intermediate()