Searched refs:this_step (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Ddm-flakey.c461 unsigned this_step = min(bvec.bv_len, to_copy); local
463 memcpy(virt, map, this_step);
466 bvec_iter_advance(bio->bi_io_vec, &iter, this_step);
467 to_copy -= this_step;
468 virt += this_step;
H A Ddm-verity-target.c119 size_t this_step = min_t(size_t, len, PAGE_SIZE - offset_in_page(data)); local
121 flush_kernel_vmap_range((void *)data, this_step);
123 sg_set_page(&sg, vmalloc_to_page(data), this_step, offset_in_page(data));
124 ahash_request_set_crypt(req, &sg, NULL, this_step);
128 data += this_step;
129 len -= this_step;
H A Ddm-integrity.c908 size_t this_step; local
924 this_step = min(n_bytes, (size_t)PAGE_SIZE - pl_offset);
929 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit);
933 n_bytes -= this_step;

Completed in 128 milliseconds