Searched refs:bytes (Results 526 - 550 of 1684) sorted by relevance

<<21222324252627282930>>

/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/drivers/rtc/
H A Drtc-meson.c259 void *buf, size_t bytes)
265 read_size = bytes / 4;
271 void *buf, size_t bytes)
277 write_size = bytes / 4;
258 meson_rtc_regmem_read(void *context, unsigned int offset, void *buf, size_t bytes) argument
270 meson_rtc_regmem_write(void *context, unsigned int offset, void *buf, size_t bytes) argument
/linux-master/include/sound/
H A Dmemalloc.h64 size_t bytes; /* buffer size in bytes */ member in struct:snd_dma_buffer
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.h47 s32 bytes; /* Size in bytes */ member in struct:intel_guc_log::__anon285
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.h24 u32 bytes; member in struct:rmnet_egress_agg_params
/linux-master/tools/testing/selftests/bpf/progs/
H A Ddynptr_success.c96 /* Try getting more bytes than available */
216 __u32 bytes = 64; local
223 err = bpf_ringbuf_reserve_dynptr(&ringbuf, bytes, 0, &ptr);
229 if (bpf_dynptr_size(&ptr) != bytes) {
241 if (bpf_dynptr_size(&ptr) != bytes - off) {
303 /* Check that you can't write more bytes than available into the dynptr
343 /* Test that reading + writing non-zero bytes is not ok */
354 /* Test that reading + writing 0 bytes from a 0-size dynptr is ok */
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h44 * @total_bytes: total bytes sent
51 tx_ring->stats.bytes += total_bytes;
/linux-master/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c98 unsigned long packets = 0, bytes = 0; local
182 bytes += cqe->res;
204 packets, bytes >> 20,
206 (bytes >> 20) / (cfg_runtime_ms / 1000));
/linux-master/tools/perf/util/
H A Dbpf_off_cpu.c296 int bytes = 0, size; local
383 bytes += size;
387 return bytes;
394 return bytes;
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_rx.h102 /* Number of bytes received from the Device. */
103 u64 bytes; member in struct:octep_oq_stats
/linux-master/sound/soc/sof/amd/
H A Dacp-ipc.c18 void acp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) argument
20 memcpy_to_scratch(sdev, offset, message, bytes);
24 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) argument
26 memcpy_from_scratch(sdev, offset, message, bytes);
143 dev_err(sdev->dev, "reply expected %zu got %u bytes\n",
H A Dacp.h256 void memcpy_to_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *src, size_t bytes);
257 void memcpy_from_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *dst, size_t bytes);
293 void acp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes);
294 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes);
/linux-master/fs/btrfs/
H A Ddelalloc-space.c23 * We call into btrfs_reserve_data_bytes() for the user request bytes that
31 * btrfs_reserve_extent() for some part or all of this range of bytes. We
70 * This is essentially how many dirty bytes we have for this inode, so we
114 int btrfs_alloc_data_chunk_ondemand(struct btrfs_inode *inode, u64 bytes) argument
120 /* Make sure bytes are sectorsize aligned */
121 bytes = ALIGN(bytes, fs_info->sectorsize);
126 return btrfs_reserve_data_bytes(fs_info, bytes, flush);
225 * are releasing 0 bytes, and then we'll just get the reservation over
359 * Now we need to update our outstanding extents and csum bytes _first
[all...]
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_rx.h102 /* Number of bytes received from the Device. */
103 u64 bytes; member in struct:octep_vf_oq_stats
/linux-master/drivers/s390/char/
H A Dzcore.c67 size_t bytes, copied, res = 0; local
80 bytes = min(PAGE_SIZE - offset, count);
81 copied = copy_to_iter(hsa_buf + offset, bytes, iter);
85 if (copied < bytes)
/linux-master/tools/testing/selftests/mm/
H A Duffd-stress.c432 size_t bytes; local
442 bytes = atol(argv[2]) * 1024 * 1024;
445 get_free_hugepages() < bytes / page_size) {
452 nr_pages_per_cpu = bytes / page_size / nr_cpus;
/linux-master/arch/x86/kernel/
H A Dcallthunks.c165 if (insn.opcode.bytes[0] != CALL_INSN_OPCODE)
210 u8 bytes[8]; local
228 __text_gen_insn(bytes, CALL_INSN_OPCODE, addr, pad, CALL_INSN_SIZE);
229 text_poke_early(addr, bytes, CALL_INSN_SIZE);
/linux-master/sound/soc/sof/intel/
H A Dhda-trace.c30 hstream->bufsize = dmab->bytes;
/linux-master/drivers/nvmem/
H A Dsprd-efuse.c35 /* Block width (bytes) definitions */
294 static int sprd_efuse_read(void *context, u32 offset, void *val, size_t bytes) argument
314 memcpy(val, &data, bytes);
324 static int sprd_efuse_write(void *context, u32 offset, void *val, size_t bytes) argument
340 * If the writing bytes are equal with the block width, which means the
347 if (bytes < SPRD_EFUSE_BLOCK_WIDTH)
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-vchiq.c362 int bytes = min(instance->max_packet, count); local
365 instance->service_handle, src, bytes);
366 src += bytes;
367 count -= bytes;
373 "failed on %d bytes transfer (status=%d)\n",
/linux-master/drivers/mtd/nand/raw/
H A Dsunxi_nand.c785 memset(oob, pattern, ecc->bytes + 4);
829 *cur_off = oob_off + ecc->bytes + 4;
849 nand_change_read_column_op(nand, oob_off, oob, ecc->bytes + 4,
853 oob, ecc->bytes + 4,
863 sunxi_nfc_randomizer_read_buf(nand, oob, ecc->bytes + 4,
882 int offset = ((ecc->bytes + 4) * ecc->steps);
957 int oob_off = i * (ecc->bytes + 4);
974 oob, ecc->bytes + 4, false);
989 int oob_off = i * (ecc->bytes + 4);
1009 oob, ecc->bytes
1630 int bytes; local
[all...]
/linux-master/drivers/video/fbdev/
H A Datafb_utils.h26 * increase data moved/cleared at each step to 16 bytes to reduce
28 * For more than 15 bytes, we try to align the write direction on a
375 static inline void memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) argument
394 d = (u32 *)((u8 *)d + bytes);
395 s = (u32 *)((u8 *)s + bytes);
/linux-master/sound/usb/line6/
H A Dcapture.c133 line6pcm->in.bytes += length;
134 if (line6pcm->in.bytes >= line6pcm->in.period) {
135 line6pcm->in.bytes %= line6pcm->in.period;

Completed in 1118 milliseconds

<<21222324252627282930>>