| /linux/include/linux/ |
| H A D | task_io_accounting_ops.h | 13 current->ioac.read_bytes += bytes; in task_io_account_read() 22 return p->ioac.read_bytes >> 9; in task_io_get_inblock() 52 dst->read_bytes += src->read_bytes; in task_blk_io_accounting_add()
|
| H A D | task_io_accounting.h | 29 u64 read_bytes; member
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_tis_core.h | 130 int (*read_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member 141 return data->phy_ops->read_bytes(data, addr, len, result, in tpm_tis_read_bytes() 147 return data->phy_ops->read_bytes(data, addr, 1, result, TPM_TIS_PHYS_8); in tpm_tis_read8() 156 rc = data->phy_ops->read_bytes(data, addr, sizeof(u16), in tpm_tis_read16() 170 rc = data->phy_ops->read_bytes(data, addr, sizeof(u32), in tpm_tis_read32()
|
| H A D | tpm_tis_synquacer.c | 89 .read_bytes = tpm_tis_synquacer_read_bytes,
|
| H A D | tpm_tis.c | 217 .read_bytes = tpm_tcg_read_bytes,
|
| H A D | tpm_tis_i2c.c | 325 .read_bytes = tpm_tis_i2c_read_bytes,
|
| H A D | tpm_tis_spi_main.c | 261 .read_bytes = tpm_tis_spi_read_bytes,
|
| /linux/drivers/media/usb/as102/ |
| H A D | as102_fw.c | 105 int read_bytes = 0, data_len = 0; in as102_firmware_upload() local 108 read_bytes = parse_hex_line( in as102_firmware_upload() 115 if (read_bytes <= 0) in as102_firmware_upload() 119 total_read_bytes += read_bytes; in as102_firmware_upload()
|
| /linux/fs/ceph/ |
| H A D | subvolume_metrics.c | 28 u64 read_bytes; member 203 entry->read_bytes += size; in ceph_subvolume_metrics_record() 279 snap[idx].read_bytes = entry->read_bytes; in ceph_subvolume_metrics_snapshot() 288 entry->read_bytes = 0; in ceph_subvolume_metrics_snapshot() 358 entry->read_bytes, in ceph_subvolume_metrics_dump()
|
| H A D | metric.h | 161 __le64 read_bytes; member 173 __le64 read_bytes; member
|
| H A D | subvolume_metrics.h | 29 u64 read_bytes; member
|
| H A D | metric.c | 52 dst->read_bytes = cpu_to_le64(src->read_bytes); in ceph_init_subvolume_wire_entry()
|
| H A D | debugfs.c | 433 e->read_bytes, e->write_bytes, in subvolume_metrics_show()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugepage-mmap.c | 36 static int read_bytes(char *addr) in read_bytes() function 70 ret = read_bytes(addr); in main()
|
| H A D | map_hugetlb.c | 32 static void read_bytes(char *addr, size_t length) in read_bytes() function 81 read_bytes(addr, length); in main()
|
| H A D | hugepage-mremap.c | 49 static int read_bytes(char *addr, size_t len) in read_bytes() function 166 ret = read_bytes(addr, length); in main()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | fsl_elbc_nand.c | 55 unsigned int read_bytes; /* Number of bytes read during command */ member 251 if (elbc_fcm_ctrl->read_bytes == mtd->writesize + mtd->oobsize) { in fsl_elbc_run_command() 318 elbc_fcm_ctrl->read_bytes = 0; in fsl_elbc_cmdfunc() 336 elbc_fcm_ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_elbc_cmdfunc() 361 elbc_fcm_ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_elbc_cmdfunc() 380 elbc_fcm_ctrl->read_bytes = 256; in fsl_elbc_cmdfunc() 412 elbc_fcm_ctrl->read_bytes = 0; in fsl_elbc_cmdfunc() 505 elbc_fcm_ctrl->read_bytes = 1; in fsl_elbc_cmdfunc() 584 if (elbc_fcm_ctrl->index < elbc_fcm_ctrl->read_bytes) in fsl_elbc_read_byte() 604 elbc_fcm_ctrl->read_bytes - elbc_fcm_ctrl->index); in fsl_elbc_read_buf()
|
| H A D | sh_flctl.c | 748 flctl->read_bytes = 0; in flctl_cmdfunc() 768 flctl->read_bytes = mtd->writesize + mtd->oobsize; in flctl_cmdfunc() 789 flctl->read_bytes = mtd->oobsize; in flctl_cmdfunc() 804 flctl->read_bytes = mtd->writesize + mtd->oobsize - column; in flctl_cmdfunc() 815 flctl->read_bytes = 8; in flctl_cmdfunc() 816 writel(flctl->read_bytes, FLDTCNTR(flctl)); /* set read size */ in flctl_cmdfunc() 819 read_fiforeg(flctl, flctl->read_bytes, 0); in flctl_cmdfunc() 885 flctl->read_bytes = 1; in flctl_cmdfunc() 886 writel(flctl->read_bytes, FLDTCNTR(flctl)); /* set read size */ in flctl_cmdfunc() 906 writel(flctl->read_bytes, FLDTCNTR(flctl)); /* set read size */ in flctl_cmdfunc() [all …]
|
| /linux/tools/perf/tests/ |
| H A D | code-reading.c | 198 size_t off, read_bytes, written_bytes; in read_objdump_output() 211 read_bytes = read_objdump_line(line, tmp, sizeof(tmp)); in read_objdump_output() 212 if (!read_bytes) in read_objdump_output() 228 written_bytes = MIN(read_bytes, *len - off); in read_objdump_output() 197 size_t off, read_bytes, written_bytes; read_objdump_output() local
|
| /linux/include/linux/mtd/ |
| H A D | sh_flctl.h | 141 int read_bytes; member
|
| /linux/drivers/tty/ipwireless/ |
| H A D | hardware.c | 48 unsigned long read_bytes; member 61 timing_stats.read_bytes += length + 2; in end_read_timing() 85 timing_stats.read_bytes, in report_timing() 92 timing_stats.read_bytes = 0; in report_timing()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vcn.c | 1168 unsigned int read_pos, write_pos, available, i, read_bytes = 0; in amdgpu_debugfs_vcn_fwlog_read() local 1208 if (read_num[i] == copy_to_user((buf + read_bytes), in amdgpu_debugfs_vcn_fwlog_read() 1212 read_bytes += read_num[i]; in amdgpu_debugfs_vcn_fwlog_read() 1218 *pos += read_bytes; in amdgpu_debugfs_vcn_fwlog_read() 1219 return read_bytes; in amdgpu_debugfs_vcn_fwlog_read()
|
| /linux/drivers/target/ |
| H A D | target_core_stat.c | 309 lu_show_per_cpu_stat(lu_read_mbytes, read_bytes, 20); 1023 auth_show_per_cpu_stat(auth_read_mbytes, read_bytes, 20);
|
| /linux/tools/accounting/ |
| H A D | getdelays.c | 468 (unsigned long long)t->read_bytes, in main()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 515 unsigned long read_bytes; member 5219 ret = local_read(&cpu_buffer->entries_bytes) - cpu_buffer->read_bytes; in ring_buffer_bytes_cpu() 5835 cpu_buffer->read_bytes += length; in rb_advance_reader() 6389 cpu_buffer->read_bytes = 0; in rb_reset_cpu() 6425 cpu_buffer->read_bytes = 0; in rb_reset_cpu() 7016 cpu_buffer->read_bytes += rb_page_size(reader); in ring_buffer_read_page()
|