| /linux-6.15/sound/usb/line6/ |
| H A D | midibuf.c | 126 int bytes_used; in line6_midibuf_read() local 140 bytes_used = line6_midibuf_bytes_used(this); in line6_midibuf_read() 142 if (length > bytes_used) in line6_midibuf_read() 143 length = bytes_used; in line6_midibuf_read() 243 int bytes_used = line6_midibuf_bytes_used(this); in line6_midibuf_ignore() local 245 if (length > bytes_used) in line6_midibuf_ignore() 246 length = bytes_used; in line6_midibuf_ignore()
|
| /linux-6.15/drivers/iio/buffer/ |
| H A D | industrialio-buffer-dmaengine.c | 57 block->bytes_used -= result->residue; in iio_dmaengine_buffer_block_done() 86 nents = sg_nents_for_len(sgl, block->bytes_used); in iio_dmaengine_buffer_submit_block() 94 len_total = block->bytes_used; in iio_dmaengine_buffer_submit_block() 113 block->bytes_used = max_size; in iio_dmaengine_buffer_submit_block() 115 if (!block->bytes_used || block->bytes_used > max_size) in iio_dmaengine_buffer_submit_block() 120 block->bytes_used, in iio_dmaengine_buffer_submit_block()
|
| H A D | industrialio-buffer-dma.c | 275 block->bytes_used = 0; in iio_dma_buffer_block_list_abort() 403 block->bytes_used = block->size; in iio_dma_buffer_request_update() 597 if (n > block->bytes_used - queue->fileio.pos) in iio_dma_buffer_io() 598 n = block->bytes_used - queue->fileio.pos; in iio_dma_buffer_io() 612 if (queue->fileio.pos == block->bytes_used) { in iio_dma_buffer_io() 775 block->bytes_used = size; in iio_dma_buffer_enqueue_dmabuf()
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_bin.c | 28 size_t bytes_used; member 46 fw->size = builder->bytes_used; in cs_dsp_mock_bin_get_firmware() 87 builder->bytes_used += bytes_needed; in cs_dsp_mock_bin_add_raw_block() 195 builder->bytes_used = offsetof(struct wmfw_coeff_hdr, data); in cs_dsp_mock_bin_init()
|
| H A D | cs_dsp_mock_wmfw.c | 28 size_t bytes_used; member 83 fw->size = builder->bytes_used; in cs_dsp_mock_wmfw_get_firmware() 116 builder->bytes_used += bytes_needed; in cs_dsp_mock_wmfw_add_raw_block() 257 builder->bytes_used += bytes_needed; in cs_dsp_mock_wmfw_start_alg_info_block() 350 builder->bytes_used += bytes_needed; in cs_dsp_mock_wmfw_add_coeff_desc() 422 builder->bytes_used += sizeof(*hdr); in cs_dsp_init_adsp2_halo_wmfw()
|
| /linux-6.15/fs/squashfs/ |
| H A D | super.c | 215 msblk->bytes_used = sizeof(*sblk); in squashfs_fill_super() 253 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super() 254 if (msblk->bytes_used < 0 || in squashfs_fill_super() 255 msblk->bytes_used > bdev_nr_bytes(sb->s_bdev)) in squashfs_fill_super() 299 TRACE("Filesystem size %lld bytes\n", msblk->bytes_used); in squashfs_fill_super() 359 next_table = msblk->bytes_used; in squashfs_fill_super() 575 buf->f_blocks = ((msblk->bytes_used - 1) >> msblk->block_log) + 1; in squashfs_statfs()
|
| H A D | squashfs_fs_sb.h | 64 long long bytes_used; member
|
| H A D | block.c | 288 if (index + 2 > msblk->bytes_used) { in squashfs_read_data() 325 (index + length) > msblk->bytes_used) { in squashfs_read_data()
|
| H A D | xattr_id.c | 90 end = msblk->bytes_used; in squashfs_read_xattr_id_table()
|
| /linux-6.15/include/uapi/linux/iio/ |
| H A D | buffer.h | 24 __u64 bytes_used; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | btrfs_tree.h | 529 __le64 bytes_used; member 589 __le64 bytes_used; member 690 __le64 bytes_used; member 926 __le64 bytes_used; member
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | memory-alloc.c | 397 void vdo_get_memory_stats(u64 *bytes_used, u64 *peak_bytes_used) in vdo_get_memory_stats() argument 402 *bytes_used = memory_stats.kmalloc_bytes + memory_stats.vmalloc_bytes; in vdo_get_memory_stats()
|
| H A D | memory-alloc.h | 158 void vdo_get_memory_stats(u64 *bytes_used, u64 *peak_bytes_used);
|
| H A D | statistics.h | 173 u64 bytes_used; member
|
| /linux-6.15/drivers/macintosh/ |
| H A D | windfarm_mpu.h | 23 u8 bytes_used; /* 0x01 - Bytes used in eeprom (160 ?) */ member
|
| /linux-6.15/fs/btrfs/ |
| H A D | dev-replace.c | 206 dev_replace->tgtdev->bytes_used = in btrfs_init_dev_replace() 207 dev_replace->srcdev->bytes_used; in btrfs_init_dev_replace() 304 device->bytes_used = btrfs_device_get_bytes_used(srcdev); in btrfs_init_dev_replace_tgtdev() 306 device->commit_bytes_used = device->bytes_used; in btrfs_init_dev_replace_tgtdev() 978 btrfs_device_set_bytes_used(tgt_device, src_device->bytes_used); in btrfs_dev_replace_finishing() 979 tgt_device->commit_bytes_used = src_device->bytes_used; in btrfs_dev_replace_finishing()
|
| H A D | accessors.h | 140 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64); 155 bytes_used, 64); 749 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64); 805 bytes_used, 64); 876 bytes_used, 64);
|
| H A D | space-info.h | 107 u64 bytes_used; /* total bytes used, member
|
| H A D | space-info.c | 179 return s_info->bytes_used + s_info->bytes_reserved + in btrfs_space_info_used() 325 found->bytes_used += block_group->used; in btrfs_add_bg_to_space_info() 565 info->total_bytes, info->bytes_used, info->bytes_pinned, in __btrfs_dump_space_info() 895 if ((space_info->bytes_used + space_info->bytes_reserved + in need_preemptive_reclaim() 951 used = space_info->bytes_used + space_info->bytes_reserved + in need_preemptive_reclaim()
|
| H A D | volumes.h | 148 u64 bytes_used; member 296 BTRFS_DEVICE_GETSET_FUNCS(bytes_used);
|
| /linux-6.15/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-video.c | 332 u32 bytes_used = 0; in cx231xx_isoc_copy() local 337 &bytes_used);/* bytes used to get SAV/EAV */ in cx231xx_isoc_copy() 339 bytes_parsed += bytes_used; in cx231xx_isoc_copy() 411 u32 bytes_used = 0; in cx231xx_bulk_copy() local 416 &bytes_used);/* bytes used to get SAV/EAV */ in cx231xx_bulk_copy() 418 bytes_parsed += bytes_used; in cx231xx_bulk_copy() 442 u32 bytes_used; in cx231xx_find_boundary_SAV_EAV() local 456 &bytes_used); in cx231xx_find_boundary_SAV_EAV() 461 *p_bytes_used = bytes_used - 4; in cx231xx_find_boundary_SAV_EAV()
|
| H A D | cx231xx-vbi.c | 125 u32 bytes_used = 0; in cx231xx_isoc_vbi_copy() local 130 &bytes_used); /* bytes used to get SAV/EAV */ in cx231xx_isoc_vbi_copy() 132 bytes_parsed += bytes_used; in cx231xx_isoc_vbi_copy()
|
| /linux-6.15/include/linux/iio/ |
| H A D | buffer-dma.h | 56 size_t bytes_used; member
|
| /linux-6.15/drivers/media/pci/cx18/ |
| H A D | cx18-mailbox.c | 173 offset = vb_buf->bytes_used; in cx18_mdl_send_to_vb2() 181 vb_buf->bytes_used += buf->bytesused; in cx18_mdl_send_to_vb2() 186 if (vb_buf->bytes_used >= s->vb_bytes_per_frame) { in cx18_mdl_send_to_vb2() 188 vb_buf->bytes_used = 0; in cx18_mdl_send_to_vb2()
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | gr_udc.c | 479 u16 bytes_used; /* Bytes accommodated for */ in gr_setup_out_desc_list() local 484 bytes_used = 0; in gr_setup_out_desc_list() 486 dma_addr_t start = req->req.dma + bytes_used; in gr_setup_out_desc_list() 500 bytes_used += size; in gr_setup_out_desc_list() 532 u16 bytes_used; /* Bytes in req accommodated for */ in gr_setup_in_desc_list() local 537 bytes_used = 0; in gr_setup_in_desc_list() 539 dma_addr_t start = req->req.dma + bytes_used; in gr_setup_in_desc_list() 547 bytes_used += size; in gr_setup_in_desc_list()
|