Searched refs:bytes (Results 501 - 525 of 1671) sorted by relevance

<<21222324252627282930>>

/linux-master/arch/arm/boot/compressed/
H A Defi-header.S19 @ PE/COFF signature "MZ" in the first two bytes, so the kernel
41 @ PE/COFF offset, and the "MZ" bytes at offset 0x0.
/linux-master/arch/powerpc/perf/req-gen/
H A Dperf.h25 #define BYTES_TO_BE_TYPE(bytes) \
26 BE_TYPE_b##bytes
/linux-master/arch/xtensa/lib/
H A Dstrnlen_user.S83 EX(10f) l32i a9, a4, 4 # load 4 bytes for remaining checks
86 # check two more bytes (bytes 0, 1 of word)
127 EX(10f) l32i a9, a4, 0 # get word with first two bytes of string
/linux-master/arch/powerpc/crypto/
H A Daesp10-ppc.pl540 my @bytes=();
546 push @bytes,($l>>24)&0xff,($l>>16)&0xff,($l>>8)&0xff,$l&0xff;
549 @bytes = map(/^0/?oct:int,split(/,\s*/,$2));
555 /\?inv/ && do { @bytes=map($_^0xf,@bytes); last; };
556 /\?rev/ && do { @bytes=reverse(@bytes); last; };
561 print ".byte\t",join(',',map (sprintf("0x%02x",$_),@bytes)),"\n";
/linux-master/include/sound/
H A Dcompress_driver.h29 * @fragment_size: size of buffer fragment in bytes
31 * @total_bytes_available: cumulative number of bytes made available in
33 * @total_bytes_transferred: cumulative bytes transferred by offload DSP
130 int (*ack)(struct snd_compr_stream *stream, size_t bytes);
230 runtime->dma_bytes = bufp->bytes;
/linux-master/net/tipc/
H A Dcore.h210 static inline u32 hash128to32(char *bytes) argument
212 __be32 *tmp = (__be32 *)bytes;
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_qp.c211 u32 remain_size, copy_size, data_off, bytes = 0; local
221 bytes += send_wr->sg_list[i].length;
222 if (bytes > (int)ERDMA_MAX_INLINE)
249 *length_field = cpu_to_le32(bytes);
251 return bytes;
258 u32 bytes = 0; local
273 bytes += send_wr->sg_list[i].length;
281 *length_field = cpu_to_le32(bytes);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xsk.sh111 VETH0_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
113 VETH1_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
/linux-master/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c163 params.bytes = nand->chip.ecc.bytes;
177 params.bytes = nand->chip.ecc.bytes;
190 /* JZ4740 uses 9 bytes of ECC to correct maximum 4 errors */
191 chip->ecc.bytes = 9;
193 chip->ecc.bytes = fls((1 + 8) * chip->ecc.size) *
209 dev_info(nfc->dev, "using %s (strength %d, size %d, bytes %d)\n",
211 chip->ecc.strength, chip->ecc.size, chip->ecc.bytes);
227 eccbytes = mtd->writesize / chip->ecc.size * chip->ecc.bytes;
[all...]
/linux-master/net/9p/
H A Dtrans_xen.c325 void *bytes = NULL; local
339 bytes = alloc_pages_exact(1UL << (order + XEN_PAGE_SHIFT),
341 if (!bytes) {
347 dev->otherend_id, virt_to_gfn(bytes) + i, 0);
353 ring->data.in = bytes;
354 ring->data.out = bytes + XEN_FLEX_RING_SIZE(order);
368 if (bytes) {
371 free_pages_exact(bytes, 1UL << (order + XEN_PAGE_SHIFT));
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_abm.c100 unsigned int bytes,
108 dmub_abm_init_config(abm, src, bytes, inst);
98 dmub_abm_init_config_ex(struct abm *abm, const char *src, unsigned int bytes, unsigned int inst) argument
/linux-master/fs/ntfs3/
H A Dattrib.c571 /* ~3 bytes per fragment. */
1399 * Read 4/8 bytes at [vbo - 4(8)] == offset where compressed frame starts.
1400 * Read 4/8 bytes at [vbo] == offset where compressed frame ends.
1847 int attr_collapse_range(struct ntfs_inode *ni, u64 vbo, u64 bytes) argument
1861 if (!bytes)
1886 if ((vbo & mask) || (bytes & mask)) {
1896 if (vbo + bytes >= data_size) {
1915 len = bytes >> sbi->cluster_bits;
2070 data_size -= bytes;
2072 if (vbo + bytes <
2105 attr_punch_hole(struct ntfs_inode *ni, u64 vbo, u64 bytes, u32 *frame_size) argument
2323 attr_insert_range(struct ntfs_inode *ni, u64 vbo, u64 bytes) argument
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h31 * 8bytes|len l3,l4 | pa | pa | pa
33 * 4/8bytes|len pkt |len pkt | | skb
35 * 4/8bytes|is_gso |len,flags |len |len,is_eop
100 u64 bytes; member in struct:aq_ring_stats_rx_s
121 u64 bytes; member in struct:aq_ring_stats_tx_s
/linux-master/include/linux/usb/
H A Dhcd.h658 * Ceiling [nano/micro]seconds (typical) for that many bytes at high speed
663 #define HS_NSECS(bytes) (((55 * 8 * 2083) \
664 + (2083UL * (3 + BitTime(bytes))))/1000 \
666 #define HS_NSECS_ISO(bytes) (((38 * 8 * 2083) \
667 + (2083UL * (3 + BitTime(bytes))))/1000 \
669 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes))
670 #define HS_USECS_ISO(bytes) NS_TO_US(HS_NSECS_ISO(bytes))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lib.h123 void ice_update_tx_ring_stats(struct ice_tx_ring *ring, u64 pkts, u64 bytes);
125 void ice_update_rx_ring_stats(struct ice_rx_ring *ring, u64 pkts, u64 bytes);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_police.sh139 local t0=$(tc_rule_stats_get $h2 1 ingress .bytes)
141 local t1=$(tc_rule_stats_get $h2 1 ingress .bytes)
189 local t0=$(tc_rule_stats_get $h2 1 ingress .bytes)
191 local t1=$(tc_rule_stats_get $h2 1 ingress .bytes)
259 local t0=$(tc_rule_stats_get $h2 1 ingress .bytes)
261 local t1=$(tc_rule_stats_get $h2 1 ingress .bytes)
269 local t0=$(tc_rule_stats_get $h3 1 ingress .bytes)
271 local t1=$(tc_rule_stats_get $h3 1 ingress .bytes)
/linux-master/drivers/mtd/ubi/
H A Dnvmem.c24 void *val, size_t bytes)
26 size_t to_read, bytes_left = bytes;
23 ubi_nvmem_reg_read(void *priv, unsigned int from, void *val, size_t bytes) argument
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.c128 size_t bytes = nr_pages * page_size, hpage_size = read_pmd_pagesize(); local
129 unsigned long offset = is_src ? 0 : bytes;
131 int mem_fd = uffd_mem_fd_create(bytes * 2, false);
137 p += 2 * (bytes + hpage_size);
139 p_alias += bytes;
142 *alloc_area = mmap(p, bytes, PROT_READ | PROT_WRITE, MAP_SHARED,
151 area_alias = mmap(p_alias, bytes, PROT_READ | PROT_WRITE, MAP_SHARED,
154 munmap(*alloc_area, bytes);
340 * read out of order in my_bcmp and see both bytes as
/linux-master/sound/soc/sof/
H A Dops.h385 u32 offset, void *dest, size_t bytes)
387 return sof_ops(sdev)->block_read(sdev, blk_type, offset, dest, bytes);
392 u32 offset, void *src, size_t bytes)
394 return sof_ops(sdev)->block_write(sdev, blk_type, offset, src, bytes);
399 u32 offset, void *dest, size_t bytes)
402 sof_ops(sdev)->mailbox_read(sdev, offset, dest, bytes);
406 u32 offset, void *src, size_t bytes)
409 sof_ops(sdev)->mailbox_write(sdev, offset, src, bytes);
383 snd_sof_dsp_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, u32 offset, void *dest, size_t bytes) argument
390 snd_sof_dsp_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, u32 offset, void *src, size_t bytes) argument
398 snd_sof_dsp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *dest, size_t bytes) argument
405 snd_sof_dsp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *src, size_t bytes) argument
/linux-master/fs/bcachefs/
H A Dchecksum.h53 unsigned bytes = type < BCH_CSUM_NR ? bch_crc_bytes[type] : 16; local
55 for (unsigned i = 0; i < bytes; i++)
/linux-master/drivers/iommu/
H A Domap-iommu.c416 size_t bytes; local
422 bytes = iopgsz_to_bytes(cr.cam & 3);
424 if ((start <= da) && (da < start + bytes)) {
426 __func__, start, da, bytes);
702 size_t bytes; local
716 bytes = IOPTE_SIZE;
722 bytes *= nent;
738 bytes = IOPGD_SIZE;
744 bytes *= nent;
749 return bytes;
759 size_t bytes; local
1312 omap_iommu_map(struct iommu_domain *domain, unsigned long da, phys_addr_t pa, size_t bytes, size_t count, int prot, gfp_t gfp, size_t *mapped) argument
1367 size_t bytes = 0; local
[all...]
/linux-master/arch/sh/lib/
H A Dmemset-sh4.S37 ! Check if enough bytes need to be copied to be worth the big loop
99 ! fill bytes (length may be zero)
/linux-master/drivers/media/pci/mantis/
H A Dmantis_vp1034.c103 .bytes = 0,
/linux-master/include/net/
H A Dgen_stats.h19 u64_stats_t bytes; member in struct:gnet_stats_basic_sync
/linux-master/sound/soc/sof/intel/
H A Dhda-trace.c30 hstream->bufsize = dmab->bytes;

Completed in 225 milliseconds

<<21222324252627282930>>