| /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/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 | 518 e->read_bytes, e->write_bytes, in subvolume_metrics_show()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugepage-mmap.c | |
| H A D | map_hugetlb.c | |
| H A D | hugepage-mremap.c | |
| /linux/drivers/mtd/nand/raw/ |
| H A D | fsl_ifc_nand.c | 48 unsigned int read_bytes;/* Number of bytes read during command */ member 300 ifc_nand_ctrl->read_bytes = 0; in fsl_ifc_cmdfunc() 310 ifc_nand_ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_ifc_cmdfunc() 325 ifc_nand_ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_ifc_cmdfunc() 354 ifc_nand_ctrl->read_bytes = len; in fsl_ifc_cmdfunc() 378 ifc_nand_ctrl->read_bytes = 0; in fsl_ifc_cmdfunc() 470 ifc_nand_ctrl->read_bytes = 1; in fsl_ifc_cmdfunc() 545 if (ifc_nand_ctrl->index < ifc_nand_ctrl->read_bytes) { in fsl_ifc_read_byte() 567 if (ifc_nand_ctrl->index < ifc_nand_ctrl->read_bytes) { in fsl_ifc_read_byte16() 591 ifc_nand_ctrl->read_bytes - ifc_nand_ctrl->index); in fsl_ifc_read_buf() [all …]
|
| 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 …]
|
| H A D | cadence-nand-controller.c | 1956 int read_bytes = (data_dma_width == 4) ? in cadence_nand_read_buf() local 1971 memcpy(buf + read_bytes, cdns_ctrl->buf, in cadence_nand_read_buf() 1972 len - read_bytes); in cadence_nand_read_buf()
|
| /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/char/tpm/ |
| 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/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/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 | 462 (unsigned long long)t->read_bytes, in main()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 547 unsigned long read_bytes; member 5432 ret = local_read(&cpu_buffer->entries_bytes) - cpu_buffer->read_bytes; in ring_buffer_bytes_cpu() 6059 cpu_buffer->read_bytes += length; in rb_advance_reader() 6624 cpu_buffer->read_bytes = 0; in rb_reset_cpu() 6660 cpu_buffer->read_bytes = 0; in rb_reset_cpu() 7253 cpu_buffer->read_bytes += rb_page_size(reader); in ring_buffer_read_page()
|