Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/arch/x86/kernel/cpu/resctrl/
Dmonitor.c406 u64 cur_bw, bytes, cur_bytes; in mbm_bw_count() local
408 cur_bytes = rr->val; in mbm_bw_count()
409 bytes = cur_bytes - m->prev_bw_bytes; in mbm_bw_count()
410 m->prev_bw_bytes = cur_bytes; in mbm_bw_count()
/Linux-v6.1/drivers/target/
Dtarget_core_xcopy.c710 u32 cur_bytes = cur_nolb * src_dev->dev_attrib.block_size; in target_xcopy_do_work() local
712 if (cur_bytes != xop->xop_data_bytes) { in target_xcopy_do_work()
720 cur_bytes, in target_xcopy_do_work()
724 xop->xop_data_bytes = cur_bytes; in target_xcopy_do_work()
/Linux-v6.1/drivers/block/null_blk/
Dnull_blk.h129 atomic_long_t cur_bytes; member
Dmain.c1319 if (atomic_long_sub_return(blk_rq_bytes(rq), &nullb->cur_bytes) < 0) { in null_handle_throttled()
1322 if (atomic_long_read(&nullb->cur_bytes) > 0) in null_handle_throttled()
1472 if (atomic_long_read(&nullb->cur_bytes) == mb_per_tick(mbps)) in nullb_bwtimer_fn()
1475 atomic_long_set(&nullb->cur_bytes, mb_per_tick(mbps)); in nullb_bwtimer_fn()
1489 atomic_long_set(&nullb->cur_bytes, mb_per_tick(nullb->dev->mbps)); in nullb_setup_bwtimer()
1767 atomic_long_set(&nullb->cur_bytes, LONG_MAX); in null_del_dev()
/Linux-v6.1/fs/udf/
Dsuper.c2450 u32 cur_bytes = min_t(u32, bytes, sb->s_blocksize - index); in udf_count_free_bitmap() local
2452 cur_bytes * 8); in udf_count_free_bitmap()
2453 bytes -= cur_bytes; in udf_count_free_bitmap()
/Linux-v6.1/fs/btrfs/
Dinode.c9886 u64 cur_bytes; in __btrfs_prealloc_file_range() local
9895 cur_bytes = min_t(u64, num_bytes, SZ_256M); in __btrfs_prealloc_file_range()
9896 cur_bytes = max(cur_bytes, min_size); in __btrfs_prealloc_file_range()
9903 cur_bytes = min(cur_bytes, last_alloc); in __btrfs_prealloc_file_range()
9904 ret = btrfs_reserve_extent(root, cur_bytes, cur_bytes, in __btrfs_prealloc_file_range()