Searched defs:cur_bytes (Results 1 – 4 of 4) sorted by relevance
25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1)) argument
708 u32 cur_bytes = min_t(u64, max_bytes, nolb * src_dev->dev_attrib.block_size); in target_xcopy_do_work() local
120 atomic_long_t cur_bytes; member
668 u64 cur_bw, bytes, cur_bytes; in mbm_bw_count() local