reads             533 arch/mips/include/asm/io.h static inline void reads##bwlq(volatile void __iomem *mem, void *addr,	\
reads             245 arch/riscv/include/asm/io.h __io_reads_ins(reads,  u8, b, __io_br(), __io_ar(addr))
reads             246 arch/riscv/include/asm/io.h __io_reads_ins(reads, u16, w, __io_br(), __io_ar(addr))
reads             247 arch/riscv/include/asm/io.h __io_reads_ins(reads, u32, l, __io_br(), __io_ar(addr))
reads             274 arch/riscv/include/asm/io.h __io_reads_ins(reads, u64, q, __io_br(), __io_ar(addr))
reads             104 arch/sh/include/asm/io.h static inline void pfx##reads##bwlq(volatile void __iomem *mem,		\
reads             274 block/mq-deadline.c 	bool reads, writes;
reads             283 block/mq-deadline.c 	reads = !list_empty(&dd->fifo_list[READ]);
reads             302 block/mq-deadline.c 	if (reads) {
reads             290 drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c 	bool reads = (direction == DMA_BIDIRECTIONAL ||
reads             293 drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c 	if (!reads || !(domain & AMDGPU_GEM_DOMAIN_GTT))
reads              75 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 			__field(uint32_t, reads)
reads              83 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 			__entry->reads = read_count;
reads              95 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 			(unsigned long)__entry->reads,
reads              36 drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h 	int reads;
reads              32 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c 	if (wait->reads == 0) {
reads              38 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c 		if (wait->reads++ == 16) {
reads              44 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c 		wait->reads = 1;
reads              59 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c 	wait->reads = 0;
reads              46 drivers/input/joystick/a3d.c 	int reads;
reads             167 drivers/input/joystick/a3d.c 	a3d->reads++;
reads             115 drivers/input/joystick/adi.c 	int reads;
reads             267 drivers/input/joystick/adi.c 	port->reads++;
reads             112 drivers/input/joystick/analog.c 	int reads;
reads             328 drivers/input/joystick/analog.c 		port->reads++;
reads             333 drivers/input/joystick/analog.c 			port->reads++;
reads             710 drivers/input/joystick/analog.c 		port->bads, port->reads, port->reads ? (port->bads * 100 / port->reads) : 0,
reads              34 drivers/input/joystick/cobra.c 	int reads;
reads             101 drivers/input/joystick/cobra.c 	cobra->reads++;
reads              67 drivers/input/joystick/gf2k.c 	int reads;
reads             194 drivers/input/joystick/gf2k.c 	gf2k->reads++;
reads              42 drivers/input/joystick/grip.c 	int reads;
reads             179 drivers/input/joystick/grip.c 		grip->reads++;
reads              54 drivers/input/joystick/grip_mp.c 	int reads;
reads             369 drivers/input/joystick/grip_mp.c 	grip->reads++;
reads              54 drivers/input/joystick/guillemot.c 	int reads;
reads             112 drivers/input/joystick/guillemot.c 	guillemot->reads++;
reads             252 drivers/input/joystick/guillemot.c 	printk(KERN_INFO "guillemot.c: Failed %d reads out of %d on %s\n", guillemot->reads, guillemot->bads, guillemot->phys);
reads              41 drivers/input/joystick/interact.c 	int reads;
reads             119 drivers/input/joystick/interact.c 	interact->reads++;
reads             109 drivers/input/joystick/sidewinder.c 	int reads;
reads             488 drivers/input/joystick/sidewinder.c 	sw->reads++;
reads             121 drivers/input/joystick/tmdc.c 	int reads;
reads             230 drivers/input/joystick/tmdc.c 	tmdc->reads++;
reads              37 drivers/input/touchscreen/mainstone-wm97xx.c 	u8 reads;  /* number of coord reads per read cycle */
reads             123 drivers/input/touchscreen/mainstone-wm97xx.c 	int reads = 0;
reads             144 drivers/input/touchscreen/mainstone-wm97xx.c 		if (reads)
reads             166 drivers/input/touchscreen/mainstone-wm97xx.c 		reads++;
reads             167 drivers/input/touchscreen/mainstone-wm97xx.c 	} while (reads < cinfo[sp_idx].reads);
reads              33 drivers/input/touchscreen/zylonite-wm97xx.c 	u8 reads;  /* number of coord reads per read cycle */
reads              89 drivers/input/touchscreen/zylonite-wm97xx.c 	int reads = 0;
reads             111 drivers/input/touchscreen/zylonite-wm97xx.c 		if (reads)
reads             133 drivers/input/touchscreen/zylonite-wm97xx.c 		reads++;
reads             134 drivers/input/touchscreen/zylonite-wm97xx.c 	} while (reads < cinfo[sp_idx].reads);
reads              60 drivers/md/dm-raid1.c 	struct bio_list reads;
reads             127 drivers/md/dm-raid1.c 	bl = (rw == WRITE) ? &ms->writes : &ms->reads;
reads             559 drivers/md/dm-raid1.c static void do_reads(struct mirror_set *ms, struct bio_list *reads)
reads             565 drivers/md/dm-raid1.c 	while ((bio = bio_list_pop(reads))) {
reads             854 drivers/md/dm-raid1.c 	struct bio_list reads, writes, failures;
reads             858 drivers/md/dm-raid1.c 	reads = ms->reads;
reads             861 drivers/md/dm-raid1.c 	bio_list_init(&ms->reads);
reads             868 drivers/md/dm-raid1.c 	do_reads(ms, &reads);
reads             890 drivers/md/dm-raid1.c 	bio_list_init(&ms->reads);
reads            3028 drivers/mtd/spi-nor/spi-nor.c 		    spi_nor_spimem_check_readop(nor, &params->reads[rdidx]))
reads            3430 drivers/mtd/spi-nor/spi-nor.c 		read = &params->reads[cmd];
reads            3882 drivers/mtd/spi-nor/spi-nor.c 	static const struct sfdp_4bait reads[] = {
reads            3939 drivers/mtd/spi-nor/spi-nor.c 	for (i = 0; i < ARRAY_SIZE(reads); i++) {
reads            3940 drivers/mtd/spi-nor/spi-nor.c 		const struct sfdp_4bait *read = &reads[i];
reads            3999 drivers/mtd/spi-nor/spi-nor.c 		struct spi_nor_read_command *read_cmd = &params->reads[i];
reads            4177 drivers/mtd/spi-nor/spi-nor.c 	read = &nor->params.reads[cmd];
reads            4488 drivers/mtd/spi-nor/spi-nor.c 	spi_nor_set_read_settings(&params->reads[SNOR_CMD_READ],
reads            4493 drivers/mtd/spi-nor/spi-nor.c 		spi_nor_set_read_settings(&params->reads[SNOR_CMD_READ_FAST],
reads            4499 drivers/mtd/spi-nor/spi-nor.c 		spi_nor_set_read_settings(&params->reads[SNOR_CMD_READ_1_1_2],
reads            4506 drivers/mtd/spi-nor/spi-nor.c 		spi_nor_set_read_settings(&params->reads[SNOR_CMD_READ_1_1_4],
reads            4513 drivers/mtd/spi-nor/spi-nor.c 		spi_nor_set_read_settings(&params->reads[SNOR_CMD_READ_1_1_8],
reads             736 drivers/perf/qcom_l2_pmu.c 	L2CACHE_EVENT_ATTR(total-reads, L2_EVENT_TOTAL_READS),
reads             771 drivers/scsi/arm/acornscsi.c 	    host->stats.reads += 1;
reads            2826 drivers/scsi/arm/acornscsi.c 			host->stats.fins,		host->stats.reads,
reads             305 drivers/scsi/arm/acornscsi.h 	unsigned int	reads;
reads             207 drivers/scsi/arm/fas216.c 		info->stats.reads, info->stats.writes, info->stats.miscs,
reads            1842 drivers/scsi/arm/fas216.c 		info->stats.reads += 1;
reads            2987 drivers/scsi/arm/fas216.c 			info->stats.fins,	 info->stats.reads,
reads             258 drivers/scsi/arm/fas216.h 		unsigned int	reads;
reads             151 drivers/staging/fwserial/fwserial.c 		sum += stats->reads[j];
reads             154 drivers/staging/fwserial/fwserial.c 		seq_printf(m, "%6d", stats->reads[j]);
reads             535 drivers/staging/fwserial/fwserial.c 	fwtty_profile_data(port->stats.reads, n);
reads             171 drivers/staging/fwserial/fwserial.h 	unsigned int	reads[DISTRIBUTION_MAX_INDEX + 1];
reads             316 fs/orangefs/file.c 	orangefs_stats.reads++;
reads             223 fs/orangefs/orangefs-kernel.h 	unsigned long reads;
reads             262 fs/orangefs/orangefs-sysfs.c 				       orangefs_stats.reads);
reads            1082 fs/orangefs/orangefs-sysfs.c 	__ATTR(reads,
reads             512 include/linux/mtd/spi-nor.h 	struct spi_nor_read_command	reads[SNOR_CMD_READ_MAX];
reads             268 lib/logic_pio.c 		reads##bw(PCI_IOBASE + addr, buffer, count);		\
reads             125 tools/io_uring/io_uring-cp.c 	unsigned long reads, writes;
reads             131 tools/io_uring/io_uring-cp.c 	writes = reads = offset = 0;
reads             140 tools/io_uring/io_uring-cp.c 		had_reads = reads;
reads             144 tools/io_uring/io_uring-cp.c 			if (reads + writes >= QD)
reads             156 tools/io_uring/io_uring-cp.c 			reads++;
reads             159 tools/io_uring/io_uring-cp.c 		if (had_reads != reads) {
reads             214 tools/io_uring/io_uring-cp.c 				reads--;