bcount 186 crypto/tcrypt.c int bcount; bcount 194 crypto/tcrypt.c for (start = jiffies, end = start + secs * HZ, bcount = 0; bcount 195 crypto/tcrypt.c time_before(jiffies, end); bcount++) { bcount 202 crypto/tcrypt.c bcount * num_mb, secs, (long)bcount * blen * num_mb); bcount 457 crypto/tcrypt.c int bcount; bcount 460 crypto/tcrypt.c for (start = jiffies, end = start + secs * HZ, bcount = 0; bcount 461 crypto/tcrypt.c time_before(jiffies, end); bcount++) { bcount 472 crypto/tcrypt.c bcount, secs, (long)bcount * blen); bcount 747 crypto/tcrypt.c int bcount; bcount 755 crypto/tcrypt.c for (start = jiffies, end = start + secs * HZ, bcount = 0; bcount 756 crypto/tcrypt.c time_before(jiffies, end); bcount++) { bcount 763 crypto/tcrypt.c bcount * num_mb, secs, (long)bcount * blen * num_mb); bcount 911 crypto/tcrypt.c int bcount; bcount 914 crypto/tcrypt.c for (start = jiffies, end = start + secs * HZ, bcount = 0; bcount 915 crypto/tcrypt.c time_before(jiffies, end); bcount++) { bcount 922 crypto/tcrypt.c bcount / secs, ((long)bcount * blen) / secs); bcount 931 crypto/tcrypt.c int bcount, pcount; bcount 937 crypto/tcrypt.c for (start = jiffies, end = start + secs * HZ, bcount = 0; bcount 938 crypto/tcrypt.c time_before(jiffies, end); bcount++) { bcount 954 crypto/tcrypt.c bcount / secs, ((long)bcount * blen) / secs); bcount 1184 crypto/tcrypt.c int bcount; bcount 1192 crypto/tcrypt.c for (start = jiffies, end = start + secs * HZ, bcount = 0; bcount 1193 crypto/tcrypt.c time_before(jiffies, end); bcount++) { bcount 1200 crypto/tcrypt.c bcount * num_mb, secs, (long)bcount * blen * num_mb); bcount 1421 crypto/tcrypt.c int bcount; bcount 1424 crypto/tcrypt.c for (start = jiffies, end = start + secs * HZ, bcount = 0; bcount 1425 crypto/tcrypt.c time_before(jiffies, end); bcount++) { bcount 1438 crypto/tcrypt.c bcount, secs, (long)bcount * blen); bcount 353 drivers/atm/nicstar.c int bcount; bcount 687 drivers/atm/nicstar.c if ((bcount = bcount 691 drivers/atm/nicstar.c i, j, bcount); bcount 717 drivers/atm/nicstar.c if ((bcount = bcount 721 drivers/atm/nicstar.c i, j, bcount); bcount 34 drivers/char/nwbutton.c static int bcount; /* The number of bytes in the buffer */ bcount 137 drivers/char/nwbutton.c bcount = sprintf (button_output_buffer, "%d\n", button_press_count); bcount 175 drivers/char/nwbutton.c return (copy_to_user (buffer, &button_output_buffer, bcount)) bcount 176 drivers/char/nwbutton.c ? -EFAULT : bcount; bcount 350 drivers/ide/ide-atapi.c void ide_read_bcount_and_ireason(ide_drive_t *drive, u16 *bcount, u8 *ireason) bcount 357 drivers/ide/ide-atapi.c *bcount = (tf.lbah << 8) | tf.lbam; bcount 424 drivers/ide/ide-atapi.c u16 bcount; bcount 534 drivers/ide/ide-atapi.c ide_read_bcount_and_ireason(drive, &bcount, &ireason); bcount 536 drivers/ide/ide-atapi.c if (ide_check_ireason(drive, rq, bcount, ireason, write)) bcount 539 drivers/ide/ide-atapi.c done = min_t(unsigned int, bcount, cmd->nleft); bcount 545 drivers/ide/ide-atapi.c bcount -= done; bcount 547 drivers/ide/ide-atapi.c if (bcount) bcount 548 drivers/ide/ide-atapi.c ide_pad_transfer(drive, write, bcount); bcount 551 drivers/ide/ide-atapi.c scsi_req(rq)->cmd[0], done, bcount, scsi_req(rq)->resid_len); bcount 559 drivers/ide/ide-atapi.c u16 bcount, u8 dma) bcount 566 drivers/ide/ide-atapi.c cmd->tf.lbam = bcount & 0xff; bcount 567 drivers/ide/ide-atapi.c cmd->tf.lbah = (bcount >> 8) & 0xff; bcount 704 drivers/ide/ide-atapi.c u16 bcount; bcount 710 drivers/ide/ide-atapi.c bcount = ide_cd_get_xferlen(rq); bcount 721 drivers/ide/ide-atapi.c bcount = ((drive->media == ide_tape) ? bytes bcount 726 drivers/ide/ide-atapi.c scsi_req(rq)->resid_len = bcount; bcount 743 drivers/ide/ide-atapi.c ide_init_packet_cmd(cmd, valid_tf, bcount, drive->dma); bcount 125 drivers/ide/ide-dma-sff.c u32 cur_addr, cur_len, xcount, bcount; bcount 140 drivers/ide/ide-dma-sff.c bcount = 0x10000 - (cur_addr & 0xffff); bcount 141 drivers/ide/ide-dma-sff.c if (bcount > cur_len) bcount 142 drivers/ide/ide-dma-sff.c bcount = cur_len; bcount 144 drivers/ide/ide-dma-sff.c xcount = bcount & 0xffff; bcount 155 drivers/ide/ide-dma-sff.c cur_addr += bcount; bcount 156 drivers/ide/ide-dma-sff.c cur_len -= bcount; bcount 991 drivers/ide/ide-tape.c static void idetape_pad_zeros(ide_drive_t *drive, int bcount) bcount 997 drivers/ide/ide-tape.c while (bcount) { bcount 998 drivers/ide/ide-tape.c unsigned int count = min(tape->buffer_size, bcount); bcount 1001 drivers/ide/ide-tape.c bcount -= count; bcount 243 drivers/ide/tx4939ide.c u32 cur_addr, cur_len, bcount; bcount 256 drivers/ide/tx4939ide.c bcount = 0x10000 - (cur_addr & 0xffff); bcount 257 drivers/ide/tx4939ide.c if (bcount > cur_len) bcount 258 drivers/ide/tx4939ide.c bcount = cur_len; bcount 263 drivers/ide/tx4939ide.c if (bcount == 0x10000) bcount 264 drivers/ide/tx4939ide.c bcount = 0x8000; bcount 265 drivers/ide/tx4939ide.c *table++ = bcount & 0xffff; bcount 267 drivers/ide/tx4939ide.c cur_addr += bcount; bcount 268 drivers/ide/tx4939ide.c cur_len -= bcount; bcount 2083 drivers/infiniband/hw/mlx5/mr.c klms[i].bcount = cpu_to_be32(sg_dma_len(sg) - sg_offset); bcount 2104 drivers/infiniband/hw/mlx5/mr.c klms[i + j].bcount = cpu_to_be32(sg_dma_len(sg) - bcount 174 drivers/infiniband/hw/mlx5/odp.c pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE); bcount 208 drivers/infiniband/hw/mlx5/odp.c pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE); bcount 880 drivers/infiniband/hw/mlx5/odp.c if (offset >= be32_to_cpu(pklm->bcount)) { bcount 881 drivers/infiniband/hw/mlx5/odp.c offset -= be32_to_cpu(pklm->bcount); bcount 894 drivers/infiniband/hw/mlx5/odp.c be32_to_cpu(pklm->bcount) - offset); bcount 4396 drivers/infiniband/hw/mlx5/qp.c int bcount = mr->desc_size * (mr->ndescs + mr->meta_ndescs); bcount 4399 drivers/infiniband/hw/mlx5/qp.c dseg->byte_count = cpu_to_be32(ALIGN(bcount, 64)); bcount 4632 drivers/infiniband/hw/mlx5/qp.c data_klm->bcount = cpu_to_be32(data_len); bcount 4671 drivers/infiniband/hw/mlx5/qp.c data_sentry->bcount = cpu_to_be16(block_size); bcount 4676 drivers/infiniband/hw/mlx5/qp.c prot_sentry->bcount = cpu_to_be16(prot_size); bcount 4802 drivers/isdn/hardware/mISDN/hfcmulti.c int bcount = 0; bcount 4849 drivers/isdn/hardware/mISDN/hfcmulti.c bcount++; bcount 4851 drivers/isdn/hardware/mISDN/hfcmulti.c dch->dev.nrbchan = bcount; bcount 231 drivers/media/pci/cx25821/cx25821-sram.h #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2) bcount 232 drivers/media/pci/cx25821/cx25821-sram.h #define BYTES_TO_QWORDS(bcount) ((bcount) >> 3) bcount 233 drivers/media/pci/cx25821/cx25821-sram.h #define BYTES_TO_OWORDS(bcount) ((bcount) >> 4) bcount 136 drivers/media/pci/sta2x11/sta2x11_vip.c int tcount, bcount; bcount 243 drivers/media/pci/sta2x11/sta2x11_vip.c vip->bcount = 0; bcount 267 drivers/media/pci/sta2x11/sta2x11_vip.c vip->bcount = 0; bcount 796 drivers/media/pci/sta2x11/sta2x11_vip.c vip->bcount++; bcount 384 drivers/media/v4l2-core/videobuf-core.c unsigned int bcount, unsigned int bsize, bcount 397 drivers/media/v4l2-core/videobuf-core.c for (i = 0; i < bcount; i++) { bcount 428 drivers/media/v4l2-core/videobuf-core.c unsigned int bcount, unsigned int bsize, bcount 433 drivers/media/v4l2-core/videobuf-core.c ret = __videobuf_mmap_setup(q, bcount, bsize, memory); bcount 131 drivers/rapidio/devices/tsi721.c bd_ptr[0].bcount = cpu_to_le32((sys_size << 26) | 0x04); bcount 519 drivers/rapidio/devices/tsi721.h __le32 bcount; bcount 343 drivers/rapidio/devices/tsi721_dma.c bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) | bcount 359 drivers/rapidio/devices/tsi721_dma.c tsi721_desc_fill_end(struct tsi721_dma_desc *bd_ptr, u32 bcount, bool interrupt) bcount 367 drivers/rapidio/devices/tsi721_dma.c bd_ptr->bcount |= cpu_to_le32(bcount & TSI721_DMAD_BCOUNT1); bcount 416 drivers/rapidio/devices/tsi721_dma.c u32 bcount; bcount 437 drivers/rapidio/devices/tsi721_dma.c bcount = 0; bcount 471 drivers/rapidio/devices/tsi721_dma.c bcount + sg_dma_len(sg) <= TSI721_BDMA_MAX_BCOUNT) { bcount 473 drivers/rapidio/devices/tsi721_dma.c bcount += sg_dma_len(sg); bcount 477 drivers/rapidio/devices/tsi721_dma.c tsi721_desc_fill_end(bd_ptr, bcount, 0); bcount 479 drivers/rapidio/devices/tsi721_dma.c bdma_chan->id, bcount); bcount 504 drivers/rapidio/devices/tsi721_dma.c bcount = sg_dma_len(sg); bcount 515 drivers/rapidio/devices/tsi721_dma.c tsi721_desc_fill_end(bd_ptr, bcount, 0); bcount 518 drivers/rapidio/devices/tsi721_dma.c bdma_chan->id, bcount); bcount 611 fs/ext4/namei.c unsigned bcount; bcount 710 fs/ext4/namei.c unsigned bcount = 0; bcount 729 fs/ext4/namei.c bcount += stats.bcount; bcount 732 fs/ext4/namei.c if (bcount) bcount 734 fs/ext4/namei.c levels ? "" : " ", names, space/bcount, bcount 735 fs/ext4/namei.c (space/bcount)*100/blocksize); bcount 736 fs/ext4/namei.c return (struct stats) { names, space, bcount}; bcount 7476 fs/ocfs2/alloc.c u64 discard, bcount; bcount 7479 fs/ocfs2/alloc.c bcount = ocfs2_clusters_to_blocks(sb, count); bcount 7493 fs/ocfs2/alloc.c trace_ocfs2_trim_extent(sb, (unsigned long long)discard, bcount); bcount 7495 fs/ocfs2/alloc.c return sb_issue_discard(sb, discard, bcount, GFP_NOFS, 0); bcount 2984 fs/reiserfs/journal.c unsigned long bcount = journal->j_bcount; bcount 3000 fs/reiserfs/journal.c if (bcount == journal->j_bcount) bcount 3002 fs/reiserfs/journal.c bcount = journal->j_bcount; bcount 92 fs/udf/inode.c static int udf_read_extent_cache(struct inode *inode, loff_t bcount, bcount 99 fs/udf/inode.c if ((iinfo->cached_extent.lstart <= bcount) && bcount 2334 fs/udf/inode.c loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; bcount 2339 fs/udf/inode.c if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { bcount 2348 fs/udf/inode.c *offset = (bcount - lbcount) >> blocksize_bits; bcount 2353 fs/udf/inode.c } while (lbcount <= bcount); bcount 2356 fs/udf/inode.c *offset = (bcount + *elen - lbcount) >> blocksize_bits; bcount 91 fs/xfs/scrub/quota.c unsigned long long bcount; bcount 147 fs/xfs/scrub/quota.c bcount = be64_to_cpu(d->d_bcount); bcount 158 fs/xfs/scrub/quota.c if (mp->m_sb.sb_dblocks < bcount) bcount 162 fs/xfs/scrub/quota.c if (mp->m_sb.sb_dblocks < bcount) bcount 174 fs/xfs/scrub/quota.c if (id != 0 && bhard != 0 && bcount > bhard) bcount 399 fs/xfs/xfs_log_recover.c int bcount; bcount 401 fs/xfs/xfs_log_recover.c bcount = min(bufblks, (start_blk + nbblks - i)); bcount 403 fs/xfs/xfs_log_recover.c error = xlog_bread(log, i, bcount, buffer, &buf); bcount 407 fs/xfs/xfs_log_recover.c for (j = 0; j < bcount; j++) { bcount 1620 fs/xfs/xfs_log_recover.c int bcount, endcount; bcount 1622 fs/xfs/xfs_log_recover.c bcount = min(bufblks, end_block - start_block); bcount 1623 fs/xfs/xfs_log_recover.c endcount = bcount - j; bcount 864 fs/xfs/xfs_trace.h __field(unsigned long long, bcount) bcount 877 fs/xfs/xfs_trace.h __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount); bcount 896 fs/xfs/xfs_trace.h __entry->bcount, bcount 456 include/linux/mlx5/qp.h __be32 bcount; bcount 463 include/linux/mlx5/qp.h __be16 bcount; bcount 224 include/media/videobuf-core.h unsigned int bcount, unsigned int bsize, bcount 227 include/media/videobuf-core.h unsigned int bcount, unsigned int bsize, bcount 2982 mm/filemap.c uint64_t bcount; bcount 3021 mm/filemap.c bcount = ALIGN(size_in, bs) - pos_in; bcount 3025 mm/filemap.c bcount = count; bcount 3030 mm/filemap.c pos_out + bcount > pos_in && bcount 3031 mm/filemap.c pos_out < pos_in + bcount) bcount 1007 sound/soc/amd/acp-pcm-dma.c byte_count.bcount.high = acp_reg_read(rtd->acp_mmio, bcount 1009 sound/soc/amd/acp-pcm-dma.c byte_count.bcount.low = acp_reg_read(rtd->acp_mmio, bcount 170 sound/soc/amd/acp.h } bcount;