Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dctr.c91 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask); in ctr_mode_contiguous_blocks()
93 lower_counter &= ctx->ctr_lower_mask; in ctr_mode_contiguous_blocks()
94 ctx->ctr_cb[1] = (ctx->ctr_cb[1] & ~(ctx->ctr_lower_mask)) | in ctr_mode_contiguous_blocks()
208 ctr_ctx->ctr_lower_mask = htonll(lower_mask); in ctr_init_ctx()
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h128 uint64_t ctr_lower_mask; member