Home
last modified time | relevance | path

Searched defs:cur_bytes (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dmisc_support.h25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1)) argument
/linux/drivers/target/
H A Dtarget_core_xcopy.c708 u32 cur_bytes = min_t(u64, max_bytes, nolb * src_dev->dev_attrib.block_size); in target_xcopy_do_work() local
/linux/drivers/block/null_blk/
H A Dnull_blk.h120 atomic_long_t cur_bytes; member
/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c668 u64 cur_bw, bytes, cur_bytes; in mbm_bw_count() local