/linux-6.12.1/sound/soc/amd/vangogh/ |
D | acp5x.h | 116 } bcount; member 160 byte_count.bcount.high = in acp_get_byte_count() 163 byte_count.bcount.low = in acp_get_byte_count() 169 byte_count.bcount.high = in acp_get_byte_count() 172 byte_count.bcount.low = in acp_get_byte_count() 179 byte_count.bcount.high = in acp_get_byte_count() 182 byte_count.bcount.low = in acp_get_byte_count() 188 byte_count.bcount.high = in acp_get_byte_count() 191 byte_count.bcount.low = in acp_get_byte_count()
|
/linux-6.12.1/drivers/media/pci/cx25821/ |
D | cx25821-sram.h | 231 #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2) argument 232 #define BYTES_TO_QWORDS(bcount) ((bcount) >> 3) argument 233 #define BYTES_TO_OWORDS(bcount) ((bcount) >> 4) argument
|
/linux-6.12.1/drivers/char/ |
D | nwbutton.c | 34 static int bcount; /* The number of bytes in the buffer */ variable 137 bcount = sprintf (button_output_buffer, "%d\n", button_press_count); in button_sequence_finished() 175 return (copy_to_user (buffer, &button_output_buffer, bcount)) in button_read() 176 ? -EFAULT : bcount; in button_read()
|
/linux-6.12.1/drivers/rapidio/devices/ |
D | tsi721_dma.c | 345 bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) | in tsi721_desc_fill_init() 361 tsi721_desc_fill_end(struct tsi721_dma_desc *bd_ptr, u32 bcount, bool interrupt) in tsi721_desc_fill_end() argument 369 bd_ptr->bcount |= cpu_to_le32(bcount & TSI721_DMAD_BCOUNT1); in tsi721_desc_fill_end() 418 u32 bcount; in tsi721_submit_sg() local 439 bcount = 0; in tsi721_submit_sg() 473 bcount + sg_dma_len(sg) <= TSI721_BDMA_MAX_BCOUNT) { in tsi721_submit_sg() 475 bcount += sg_dma_len(sg); in tsi721_submit_sg() 479 tsi721_desc_fill_end(bd_ptr, bcount, 0); in tsi721_submit_sg() 481 bdma_chan->id, bcount); in tsi721_submit_sg() 506 bcount = sg_dma_len(sg); in tsi721_submit_sg() [all …]
|
/linux-6.12.1/crypto/ |
D | tcrypt.c | 179 int bcount; in test_mb_aead_jiffies() local 187 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies() 188 time_before(jiffies, end); bcount++) { in test_mb_aead_jiffies() 195 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_aead_jiffies() 457 int bcount; in test_aead_jiffies() local 460 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies() 461 time_before(jiffies, end); bcount++) { in test_aead_jiffies() 472 bcount, secs, (u64)bcount * blen); in test_aead_jiffies() 723 int bcount; in test_ahash_jiffies_digest() local 726 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest() [all …]
|
/linux-6.12.1/fs/smb/server/ |
D | smb_common.c | 191 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument 194 *next_off = strnlen(dialect, bcount); in next_dialect() 202 int i, seq_num, bcount, next; in ksmbd_lookup_dialect_by_name() local 209 bcount = le16_to_cpu(byte_count); in ksmbd_lookup_dialect_by_name() 211 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name() 227 bcount -= (++next); in ksmbd_lookup_dialect_by_name() 228 } while (bcount > 0); in ksmbd_lookup_dialect_by_name()
|
/linux-6.12.1/fs/ |
D | remap_range.c | 38 uint64_t bcount; in generic_remap_checks() local 78 bcount = ALIGN(size_in, bs) - pos_in; in generic_remap_checks() 82 bcount = count; in generic_remap_checks() 87 pos_out + bcount > pos_in && in generic_remap_checks() 88 pos_out < pos_in + bcount) in generic_remap_checks()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | quotacheck.h | 12 int64_t bcount; member
|
D | quotacheck_repair.c | 82 delta = (int64_t)xcdq.bcount - dq->q_blk.count; in xqcheck_commit_dquot()
|
D | quotacheck.c | 145 xcdq.bcount += nblks; in xqcheck_update_incore_counts() 573 if (xcdq.bcount != dq->q_blk.count) in xqcheck_compare_dquot()
|
/linux-6.12.1/sound/soc/amd/renoir/ |
D | rn_acp3x.h | 78 } bcount; member
|
D | acp3x-pdm-dma.c | 264 byte_count.bcount.high = in acp_pdm_get_byte_count() 267 byte_count.bcount.low = in acp_pdm_get_byte_count()
|
/linux-6.12.1/sound/soc/amd/yc/ |
D | acp6x.h | 95 } bcount; member
|
D | acp6x-pdm-dma.c | 240 byte_count.bcount.high = in acp6x_pdm_get_byte_count() 242 byte_count.bcount.low = in acp6x_pdm_get_byte_count()
|
/linux-6.12.1/include/linux/mlx5/ |
D | qp.h | 480 __be32 bcount; member 493 __be16 bcount; member
|
/linux-6.12.1/sound/soc/amd/ |
D | acp.h | 184 } bcount; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
D | rx.c | 112 .bcount = frame_size, in mlx5e_xsk_alloc_rx_mpwqe() 117 .bcount = pad_size, in mlx5e_xsk_alloc_rx_mpwqe()
|
/linux-6.12.1/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 137 int tcount, bcount; member 244 vip->bcount = 0; in vip_active_buf_next() 268 vip->bcount = 0; in queue_setup() 794 vip->bcount++; in vip_irq()
|
/linux-6.12.1/sound/soc/amd/ps/ |
D | acp63.h | 200 } bcount; member
|
D | ps-sdw-dma.c | 324 byte_count.bcount.high = readl(acp_base + pos_high_reg); in acp63_sdw_get_byte_count() 325 byte_count.bcount.low = readl(acp_base + pos_low_reg); in acp63_sdw_get_byte_count()
|
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | wr.c | 221 int bcount = mr->desc_size * (mr->mmkey.ndescs + mr->meta_ndescs); in set_reg_data_seg() local 224 dseg->byte_count = cpu_to_be32(ALIGN(bcount, 64)); in set_reg_data_seg() 459 data_klm->bcount = cpu_to_be32(data_len); in set_sig_data_segment() 498 data_sentry->bcount = cpu_to_be16(block_size); in set_sig_data_segment() 503 prot_sentry->bcount = cpu_to_be16(prot_size); in set_sig_data_segment()
|
D | odp.c | 121 pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE); in populate_klm() 150 pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE); in populate_klm() 1038 if (offset >= be32_to_cpu(pklm->bcount)) { in pagefault_single_data_segment() 1039 offset -= be32_to_cpu(pklm->bcount); in pagefault_single_data_segment() 1052 be32_to_cpu(pklm->bcount) - offset); in pagefault_single_data_segment()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_log_recover.c | 342 int bcount; in xlog_find_verify_cycle() local 344 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle() 346 error = xlog_bread(log, i, bcount, buffer, &buf); in xlog_find_verify_cycle() 350 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle() 1550 int bcount, endcount; in xlog_write_log_records() local 1552 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records() 1553 endcount = bcount - j; in xlog_write_log_records()
|
/linux-6.12.1/fs/udf/ |
D | inode.c | 91 static int udf_read_extent_cache(struct inode *inode, loff_t bcount, in udf_read_extent_cache() argument 98 if ((iinfo->cached_extent.lstart <= bcount) && in udf_read_extent_cache() 2423 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local 2428 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap() 2438 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap() 2444 } while (lbcount <= bcount); in inode_bmap() 2447 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
|
/linux-6.12.1/fs/ext4/ |
D | namei.c | 650 unsigned bcount; member 747 unsigned bcount = 0; in dx_show_entries() local 766 bcount += stats.bcount; in dx_show_entries() 769 if (bcount) in dx_show_entries() 771 levels ? "" : " ", names, space/bcount, in dx_show_entries() 772 (space/bcount)*100/blocksize); in dx_show_entries() 773 return (struct stats) { names, space, bcount}; in dx_show_entries()
|