| /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_spi_cr50.c | 237 .read_bytes = tpm_tis_spi_cr50_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/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_ifc_nand.c | 47 unsigned int read_bytes;/* Number of bytes read during command */ member 299 ifc_nand_ctrl->read_bytes = 0; in fsl_ifc_cmdfunc() 309 ifc_nand_ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_ifc_cmdfunc() 324 ifc_nand_ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_ifc_cmdfunc() 353 ifc_nand_ctrl->read_bytes = len; in fsl_ifc_cmdfunc() 377 ifc_nand_ctrl->read_bytes = 0; in fsl_ifc_cmdfunc() 469 ifc_nand_ctrl->read_bytes = 1; in fsl_ifc_cmdfunc() 544 if (ifc_nand_ctrl->index < ifc_nand_ctrl->read_bytes) { in fsl_ifc_read_byte() 566 if (ifc_nand_ctrl->index < ifc_nand_ctrl->read_bytes) { in fsl_ifc_read_byte16() 590 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 …]
|
| /linux/kernel/ |
| H A D | tsacct.c | 111 stats->read_bytes = p->ioac.read_bytes & KB_MASK; in xacct_add_tsk() 115 stats->read_bytes = 0; in xacct_add_tsk()
|
| /linux/drivers/target/ |
| H A D | target_core_configfs.c | 110 ssize_t read_bytes; in target_core_item_dbroot_store() local 126 read_bytes = scnprintf(db_root_stage, DB_ROOT_LEN, "%s", page); in target_core_item_dbroot_store() 127 if (!read_bytes) in target_core_item_dbroot_store() 130 if (db_root_stage[read_bytes - 1] == '\n') in target_core_item_dbroot_store() 131 db_root_stage[read_bytes - 1] = '\0'; in target_core_item_dbroot_store() 149 r = read_bytes; in target_core_item_dbroot_store() 2296 ssize_t read_bytes = 0; in target_dev_info_show() local 2299 read_bytes += bl; in target_dev_info_show() 2300 read_bytes += dev->transport->show_configfs_dev_params(dev, in target_dev_info_show() 2301 page+read_bytes); in target_dev_info_show() [all …]
|
| H A D | target_core_device.c | 64 this_cpu_add(deve->stats->read_bytes, in transport_lookup_cmd_lun() 135 this_cpu_add(se_cmd->se_dev->stats->read_bytes, in transport_lookup_cmd_lun()
|
| /linux/tools/perf/tests/ |
| H A D | code-reading.c | 197 size_t off, read_bytes, written_bytes; in read_objdump_output() local 210 read_bytes = read_objdump_line(line, tmp, sizeof(tmp)); in read_objdump_output() 211 if (!read_bytes) in read_objdump_output() 227 written_bytes = MIN(read_bytes, *len - off); in read_objdump_output()
|
| /linux/include/uapi/linux/ |
| H A D | taskstats.h | 154 __u64 read_bytes; /* bytes of read I/O */ member
|
| /linux/drivers/spi/ |
| H A D | spi-tegra114.c | 368 unsigned int read_bytes; in tegra_spi_read_rx_fifo_to_client_rxbuf() local 373 read_bytes = len; in tegra_spi_read_rx_fifo_to_client_rxbuf() 381 tspi->cur_rx_pos += read_bytes; in tegra_spi_read_rx_fifo_to_client_rxbuf() 444 unsigned int read_bytes; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() local 448 read_bytes = consume; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() 457 tspi->cur_rx_pos += read_bytes; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
|
| /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/i3c/master/ |
| H A D | renesas-i3c.c | 1165 int read_bytes; in renesas_i3c_rx_isr() local 1205 read_bytes = NDBSTLV0_RDBLV(renesas_readl(i3c->regs, NDBSTLV0)) * sizeof(u32); in renesas_i3c_rx_isr() 1206 i3c_readl_fifo(i3c->regs + NTDTBP0, cmd->rx_buf, read_bytes); in renesas_i3c_rx_isr() 1207 cmd->rx_count = read_bytes; in renesas_i3c_rx_isr()
|
| /linux/include/target/ |
| H A D | target_core_base.h | 676 u64 read_bytes; member 816 u64 read_bytes; member
|