Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dctr.c51 uint64_t lower_counter, upper_counter; in ctr_mode_contiguous_blocks() local
91 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask); in ctr_mode_contiguous_blocks()
92 lower_counter = htonll(lower_counter + 1); in ctr_mode_contiguous_blocks()
93 lower_counter &= ctx->ctr_lower_mask; in ctr_mode_contiguous_blocks()
95 lower_counter; in ctr_mode_contiguous_blocks()
98 if (lower_counter == 0) { in ctr_mode_contiguous_blocks()