Home
last modified time | relevance | path

Searched refs:cur_bytes (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/staging/media/atomisp/pci/hive_isp_css_include/
Dmisc_support.h25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1)) argument
/Linux-v5.15/drivers/target/
Dtarget_core_xcopy.c711 u32 cur_bytes = cur_nolb * src_dev->dev_attrib.block_size; in target_xcopy_do_work() local
713 if (cur_bytes != xop->xop_data_bytes) { in target_xcopy_do_work()
721 cur_bytes, in target_xcopy_do_work()
725 xop->xop_data_bytes = cur_bytes; in target_xcopy_do_work()
/Linux-v5.15/drivers/block/null_blk/
Dnull_blk.h112 atomic_long_t cur_bytes; member
Dmain.c1240 if (atomic_long_sub_return(blk_rq_bytes(rq), &nullb->cur_bytes) < 0) { in null_handle_throttled()
1243 if (atomic_long_read(&nullb->cur_bytes) > 0) in null_handle_throttled()
1394 if (atomic_long_read(&nullb->cur_bytes) == mb_per_tick(mbps)) in nullb_bwtimer_fn()
1397 atomic_long_set(&nullb->cur_bytes, mb_per_tick(mbps)); in nullb_bwtimer_fn()
1411 atomic_long_set(&nullb->cur_bytes, mb_per_tick(nullb->dev->mbps)); in nullb_setup_bwtimer()
1592 atomic_long_set(&nullb->cur_bytes, LONG_MAX); in null_del_dev()
/Linux-v5.15/fs/udf/
Dsuper.c2451 u32 cur_bytes = min_t(u32, bytes, sb->s_blocksize - index); in udf_count_free_bitmap() local
2453 cur_bytes * 8); in udf_count_free_bitmap()
2454 bytes -= cur_bytes; in udf_count_free_bitmap()
/Linux-v5.15/fs/btrfs/
Dinode.c10254 u64 cur_bytes; in __btrfs_prealloc_file_range() local
10263 cur_bytes = min_t(u64, num_bytes, SZ_256M); in __btrfs_prealloc_file_range()
10264 cur_bytes = max(cur_bytes, min_size); in __btrfs_prealloc_file_range()
10271 cur_bytes = min(cur_bytes, last_alloc); in __btrfs_prealloc_file_range()
10272 ret = btrfs_reserve_extent(root, cur_bytes, cur_bytes, in __btrfs_prealloc_file_range()