Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/qemu/block/
H A Dcopy-before-write.c270 int64_t cur_bytes; in cbw_co_preadv_snapshot() local
301 int64_t cur_bytes; in cbw_co_snapshot_block_status() local
H A Dcrypto.c474 uint64_t cur_bytes; /* number of bytes in current iteration */ in block_crypto_co_preadv() local
536 uint64_t cur_bytes; /* number of bytes in current iteration */ in block_crypto_co_pwritev() local
H A Dqcow2.c2393 unsigned int cur_bytes; /* number of bytes in current iteration */ in qcow2_co_preadv_part() local
2684 unsigned int cur_bytes; /* number of sectors in current iteration */ in qcow2_co_pwritev_part() local
3265 unsigned int cur_bytes; in preallocate_co() local
4155 unsigned int cur_bytes; /* number of bytes in current iteration */ in qcow2_co_copy_range_from() local
4238 unsigned int cur_bytes; /* number of sectors in current iteration */ in qcow2_co_copy_range_to() local
5421 unsigned int cur_bytes = MIN(INT_MAX, bytes); in qcow2_has_compressed_clusters() local
H A Dqcow2-cluster.c1406 uint64_t *cur_bytes, QCowL2Meta **m) in handle_dependencies()
1791 uint64_t cur_bytes; in qcow2_alloc_host_offset() local
/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c707 u32 cur_bytes = min_t(u64, max_bytes, nolb * src_dev->dev_attrib.block_size); in target_xcopy_do_work() local
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c435 u64 cur_bw, bytes, cur_bytes; in mbm_bw_count() local
/openbmc/linux/drivers/block/null_blk/
H A Dnull_blk.h134 atomic_long_t cur_bytes; member
/openbmc/linux/fs/udf/
H A Dsuper.c2429 u32 cur_bytes = min_t(u32, bytes, sb->s_blocksize - index); in udf_count_free_bitmap() local
/openbmc/linux/fs/btrfs/
H A Dinode.c9621 u64 cur_bytes; in __btrfs_prealloc_file_range() local