Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c136 nsc_off_t blk_start, blk_end; in sdbc_anon_get() local
142 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() local
185 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()
/titanic_50/usr/src/uts/common/fs/zev/
H A Dzev_checksums.c477 uint64_t blk_end; in zev_get_result_buffer() local
494 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()