Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_validate.c40 static int next_context = 0; variable
169 int context_ix = next_context++ % MAX_VALIDATIONS; in serial_validate_records()
H A Dzstream_byteswap.c37 static int next_context = 0; variable
184 int context_ix = next_context++ % MAX_BYTESWAP; in serial_byteswap()
H A Dzstream_chain.c242 worker_context_t next_context = { in zstream_chain_exec() local
248 contexts[worker] = next_context; in zstream_chain_exec()
H A Dzstream_fletcher4.c52 static int next_context = 0; variable
305 int context_ix = next_context++ % MAX_FLETCHER_4; in fletcher4_serial_step()