Searched refs:cur_bytes (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
| A D | misc_support.h | 25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1)) argument
|
| /linux/drivers/target/ |
| A D | target_core_xcopy.c | 710 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/drivers/block/null_blk/ |
| A D | null_blk.h | 118 atomic_long_t cur_bytes; member
|
| A D | main.c | 1288 if (atomic_long_sub_return(blk_rq_bytes(rq), &nullb->cur_bytes) < 0) { in null_handle_throttled() 1291 if (atomic_long_read(&nullb->cur_bytes) > 0) in null_handle_throttled() 1442 if (atomic_long_read(&nullb->cur_bytes) == mb_per_tick(mbps)) in nullb_bwtimer_fn() 1445 atomic_long_set(&nullb->cur_bytes, mb_per_tick(mbps)); in nullb_bwtimer_fn() 1459 atomic_long_set(&nullb->cur_bytes, mb_per_tick(nullb->dev->mbps)); in nullb_setup_bwtimer() 1739 atomic_long_set(&nullb->cur_bytes, LONG_MAX); in null_del_dev()
|
| /linux/fs/udf/ |
| A D | super.c | 2450 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/fs/btrfs/ |
| A D | inode.c | 10268 u64 cur_bytes; in __btrfs_prealloc_file_range() local 10277 cur_bytes = min_t(u64, num_bytes, SZ_256M); in __btrfs_prealloc_file_range() 10278 cur_bytes = max(cur_bytes, min_size); in __btrfs_prealloc_file_range() 10285 cur_bytes = min(cur_bytes, last_alloc); in __btrfs_prealloc_file_range() 10286 ret = btrfs_reserve_extent(root, cur_bytes, cur_bytes, in __btrfs_prealloc_file_range()
|
Completed in 32 milliseconds