Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_chain.c147 if (step->cs_type == CS_PARALLEL) { in validate_chain()
154 boolean_t first_parallel = chain[0].cs_type == CS_PARALLEL; in validate_chain()
155 boolean_t last_parallel = chain[num_steps-1].cs_type == CS_PARALLEL; in validate_chain()
231 if (chain[i].cs_type == CS_PARALLEL) { in zstream_chain_exec()
H A Dzstream_chain.h144 typedef enum { CS_SERIAL, CS_PARALLEL, CS_TERMINATE } step_type_t; enumerator
H A Dzstream_recompress.c247 .cs_type = CS_PARALLEL, in parallel_decompress_writes()
269 .cs_type = CS_PARALLEL, in parallel_compress_writes()
H A Dzstream_fletcher4.c291 .cs_type = CS_PARALLEL, in parallel_calc_fletcher4()