toread 5397 arch/x86/kvm/x86.c unsigned toread = min(bytes, (unsigned)PAGE_SIZE - offset); toread 5403 arch/x86/kvm/x86.c offset, toread); toread 5409 arch/x86/kvm/x86.c bytes -= toread; toread 5410 arch/x86/kvm/x86.c data += toread; toread 5411 arch/x86/kvm/x86.c addr += toread; toread 527 drivers/iio/gyro/mpu3050-core.c unsigned int toread; toread 540 drivers/iio/gyro/mpu3050-core.c toread = bytes_per_datum + 2; toread 543 drivers/iio/gyro/mpu3050-core.c toread = bytes_per_datum; toread 552 drivers/iio/gyro/mpu3050-core.c toread); toread 567 drivers/iio/gyro/mpu3050-core.c fifocnt -= toread; toread 511 drivers/md/raid5.c if (dev->toread || dev->read || dev->towrite || dev->written || toread 514 drivers/md/raid5.c (unsigned long long)sh->sector, i, dev->toread, toread 1343 drivers/md/raid5.c dev->read = rbi = dev->toread; toread 1344 drivers/md/raid5.c dev->toread = NULL; toread 3226 drivers/md/raid5.c bip = &sh->dev[dd_idx].toread; toread 3429 drivers/md/raid5.c bi = sh->dev[i].toread; toread 3430 drivers/md/raid5.c sh->dev[i].toread = NULL; toread 3543 drivers/md/raid5.c if (dev->toread || toread 3555 drivers/md/raid5.c if ((s->failed >= 1 && fdev[0]->toread) || toread 3556 drivers/md/raid5.c (s->failed >= 2 && fdev[1]->toread)) toread 4402 drivers/md/raid5.c dev->toread, dev->towrite, dev->written); toread 4408 drivers/md/raid5.c if (test_bit(R5_UPTODATE, &dev->flags) && dev->toread && toread 4424 drivers/md/raid5.c else if (dev->toread) toread 5534 drivers/md/raid5.c if (sh->dev[d].towrite || sh->dev[d].toread) { toread 256 drivers/md/raid5.h struct bio *toread, *read, *towrite, *written; toread 145 drivers/mtd/maps/pcmciamtd.c int toread = win_size - (from & (win_size-1)); toread 148 drivers/mtd/maps/pcmciamtd.c if(toread > len) toread 149 drivers/mtd/maps/pcmciamtd.c toread = len; toread 155 drivers/mtd/maps/pcmciamtd.c pr_debug("memcpy from %p to %p len = %d\n", addr, to, toread); toread 156 drivers/mtd/maps/pcmciamtd.c memcpy_fromio(to, addr, toread); toread 157 drivers/mtd/maps/pcmciamtd.c len -= toread; toread 158 drivers/mtd/maps/pcmciamtd.c to += toread; toread 159 drivers/mtd/maps/pcmciamtd.c from += toread; toread 94 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c int toread; toread 102 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c toread = min(len, 0x200); toread 120 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c for (i = 0; i < toread; i += 4, dest++) { toread 122 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c if (i == toread - 4) /* Last read goes without that */ toread 130 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c b47n->curr_column += toread; toread 131 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c len -= toread; toread 3242 drivers/mtd/nand/raw/nand_base.c int toread = min(oobreadlen, max_oobsize); toread 3244 drivers/mtd/nand/raw/nand_base.c if (toread) { toread 3246 drivers/mtd/nand/raw/nand_base.c toread); toread 3247 drivers/mtd/nand/raw/nand_base.c oobreadlen -= toread; toread 3346 drivers/mtd/nand/raw/nand_base.c int i, toread, sndrnd = 0, pos, ret; toread 3369 drivers/mtd/nand/raw/nand_base.c toread = min_t(int, length, chunk); toread 3371 drivers/mtd/nand/raw/nand_base.c ret = nand_read_data_op(chip, bufpoi, toread, false); toread 3375 drivers/mtd/nand/raw/nand_base.c bufpoi += toread; toread 3376 drivers/mtd/nand/raw/nand_base.c length -= toread; toread 870 drivers/net/can/c_can/c_can.c u32 pkts = 0, pend = 0, toread, n; toread 888 drivers/net/can/c_can/c_can.c toread = c_can_adjust_pending(pend); toread 890 drivers/net/can/c_can/c_can.c toread = pend; toread 893 drivers/net/can/c_can/c_can.c pend &= ~toread; toread 895 drivers/net/can/c_can/c_can.c n = c_can_read_objects(dev, priv, toread, quota); toread 1500 fs/ext2/super.c size_t toread; toread 1509 fs/ext2/super.c toread = len; toread 1510 fs/ext2/super.c while (toread > 0) { toread 1511 fs/ext2/super.c tocopy = sb->s_blocksize - offset < toread ? toread 1512 fs/ext2/super.c sb->s_blocksize - offset : toread; toread 1529 fs/ext2/super.c toread -= tocopy; toread 5983 fs/ext4/super.c size_t toread; toread 5991 fs/ext4/super.c toread = len; toread 5992 fs/ext4/super.c while (toread > 0) { toread 5993 fs/ext4/super.c tocopy = sb->s_blocksize - offset < toread ? toread 5994 fs/ext4/super.c sb->s_blocksize - offset : toread; toread 6004 fs/ext4/super.c toread -= tocopy; toread 1770 fs/f2fs/super.c size_t toread; toread 1780 fs/f2fs/super.c toread = len; toread 1781 fs/f2fs/super.c while (toread > 0) { toread 1782 fs/f2fs/super.c tocopy = min_t(unsigned long, sb->s_blocksize - offset, toread); toread 1812 fs/f2fs/super.c toread -= tocopy; toread 743 fs/jfs/super.c size_t toread; toread 752 fs/jfs/super.c toread = len; toread 753 fs/jfs/super.c while (toread > 0) { toread 754 fs/jfs/super.c tocopy = sb->s_blocksize - offset < toread ? toread 755 fs/jfs/super.c sb->s_blocksize - offset : toread; toread 772 fs/jfs/super.c toread -= tocopy; toread 177 fs/ocfs2/quota_global.c size_t toread, tocopy; toread 184 fs/ocfs2/quota_global.c toread = len; toread 185 fs/ocfs2/quota_global.c while (toread > 0) { toread 186 fs/ocfs2/quota_global.c tocopy = min_t(size_t, (sb->s_blocksize - offset), toread); toread 207 fs/ocfs2/quota_global.c toread -= tocopy; toread 2497 fs/reiserfs/super.c size_t toread; toread 2505 fs/reiserfs/super.c toread = len; toread 2506 fs/reiserfs/super.c while (toread > 0) { toread 2509 fs/reiserfs/super.c toread ? sb->s_blocksize - offset : toread; toread 2530 fs/reiserfs/super.c toread -= tocopy; toread 335 tools/iio/iio_generic_buffer.c unsigned long toread; toread 651 tools/iio/iio_generic_buffer.c toread = buf_len; toread 654 tools/iio/iio_generic_buffer.c toread = 64; toread 657 tools/iio/iio_generic_buffer.c read_size = read(fp, data, toread * scan_size);