Searched refs:blk_end (Results 1 – 2 of 2) sorted by relevance
136 nsc_off_t blk_start, blk_end; in sdbc_anon_get() local142 blk_end = (src_off + len) / CACHE_BLOCK_SIZE; in sdbc_anon_get()152 for (i = 1; i < blk_end - blk_start; i++) { in sdbc_anon_get()179 nsc_off_t blk_start, blk_end; in sdbc_anon_copy() local185 blk_end = (dest_off + len) / CACHE_BLOCK_SIZE; in sdbc_anon_copy()195 for (i = 1; i < blk_end - blk_start; i++) { in sdbc_anon_copy()
477 uint64_t blk_end; in zev_get_result_buffer() local494 blk_end = (off + len - 1) / ZEV_L1_SIZE; in zev_get_result_buffer()495 l1_blocks = blk_end - blk_start + 1; in zev_get_result_buffer()498 blk_end = (off + len - 1) / ZEV_L0_SIZE; in zev_get_result_buffer()499 l0_blocks = blk_end - blk_start + 1; in zev_get_result_buffer()