Home
last modified time | relevance | path

Searched refs:bytes (Results 2526 - 2550 of 5636) sorted by relevance

1...<<101102103104105106107108109110>>...226

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c62 static void *trace_alloc(struct trace_buffer *tb, int bytes) in trace_alloc() argument
67 newtail = tb->tail + bytes; in trace_alloc()
299 printf("Trace buffer 0x%llx bytes @ %p\n", tb->size, tb); in trace_print_location()
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dstrrchr.S36 xor t0, a1, t2 # e0 : make bytes == c zero
58 subq t4, 1, t5 # e0 : build a mask of the bytes up to...
H A Dev67-strrchr.S10 * - uses bcmpge to compare 8 bytes in parallel
57 xor t0, a1, t2 # E : make bytes == c zero
86 subq t4, 1, t5 # E : build a mask of the bytes up to...
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dcsumpartial.S31 * Handle 0 to 7 bytes, with any alignment of source and
67 .Lless8_byte: tst len, #1 @ odd number of bytes
102 blo .Lless8 @ 8 bytes to copy.
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A De500.h169 u64 bytes = get_tlb_bytes(tlbe); in get_tlb_end() local
170 return get_tlb_eaddr(tlbe) + bytes - 1; in get_tlb_end()
/kernel/linux/linux-5.10/drivers/misc/eeprom/
H A Deeprom_93cx6.c211 * will return host ordered bytes, this method will return little
269 * eeprom_93cx6_multireadb - Read multiple bytes from eeprom
273 * @bytes: Number of bytes that should be read.
275 * This function will read all requested bytes from the eeprom,
279 u8 *data, const u16 bytes) in eeprom_93cx6_multireadb()
283 for (i = 0; i < bytes; i++) in eeprom_93cx6_multireadb()
278 eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom, const u8 byte, u8 *data, const u16 bytes) eeprom_93cx6_multireadb() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c59 dim_update_sample(sq->cq.event_ctr, stats->packets, stats->bytes, &dim_sample); in mlx5e_handle_tx_dim()
71 dim_update_sample(rq->cq.event_ctr, stats->packets, stats->bytes, &dim_sample); in mlx5e_handle_rx_dim()
/kernel/linux/linux-5.10/samples/bpf/
H A Dhbm_kern.h53 // Reserve 20us of queuing for small packets (less than 120 bytes)
57 // rate in bytes per ns << 20
60 #define BYTES_TO_NS(bytes, rate) div64_u64(((u64)(bytes)) << 20, (u64)(rate))
H A Dsockex2_kern.c190 long bytes; member
214 __sync_fetch_and_add(&value->bytes, skb->len); in bpf_prog2()
/kernel/linux/linux-5.10/include/linux/
H A Dwriteback.h91 size_t wb_bytes; /* bytes written by current wb */
92 size_t wb_lcand_bytes; /* bytes written by last candidate */
93 size_t wb_tcand_bytes; /* bytes written by this candidate */
220 size_t bytes);
325 struct page *page, size_t bytes) in wbc_account_cgroup_owner()
324 wbc_account_cgroup_owner(struct writeback_control *wbc, struct page *page, size_t bytes) wbc_account_cgroup_owner() argument
H A Ddax.h224 size_t bytes, struct iov_iter *i);
226 size_t bytes, struct iov_iter *i);
/kernel/linux/linux-5.10/sound/arm/
H A Dpxa2xx-pcm-lib.c154 buf->bytes = size; in pxa2xx_pcm_preallocate_dma_buffer()
172 dma_free_wc(pcm->card->dev, buf->bytes, buf->area, buf->addr); in pxa2xx_pcm_free_dma_buffers()
/kernel/linux/linux-5.10/drivers/nvmem/
H A Drockchip-otp.c136 void *val, size_t bytes) in rockchip_otp_read()
162 while (bytes--) { in rockchip_otp_read()
135 rockchip_otp_read(void *context, unsigned int offset, void *val, size_t bytes) rockchip_otp_read() argument
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ingenic/
H A Djz4740_ecc.c86 for (i = 0; i < params->bytes; ++i) in jz4740_ecc_calculate()
127 for (i = 0; i < params->bytes; ++i) in jz4740_ecc_correct()
/kernel/linux/linux-6.6/drivers/misc/eeprom/
H A Deeprom_93cx6.c211 * will return host ordered bytes, this method will return little
269 * eeprom_93cx6_multireadb - Read multiple bytes from eeprom
273 * @bytes: Number of bytes that should be read.
275 * This function will read all requested bytes from the eeprom,
279 u8 *data, const u16 bytes) in eeprom_93cx6_multireadb()
283 for (i = 0; i < bytes; i++) in eeprom_93cx6_multireadb()
278 eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom, const u8 byte, u8 *data, const u16 bytes) eeprom_93cx6_multireadb() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/
H A Dtsnep.h96 u32 bytes; member
135 u32 bytes; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c57 dim_update_sample(sq->cq.event_ctr, stats->packets, stats->bytes, &dim_sample); in mlx5e_handle_tx_dim()
69 dim_update_sample(rq->cq.event_ctr, stats->packets, stats->bytes, &dim_sample); in mlx5e_handle_rx_dim()
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dscpart.c81 int bytes = cnt * sizeof(*pdesc); in scpart_scan_partmap() local
88 memcpy(pdesc, &(buf[MAP_OFFS_IN_BLK]), bytes); in scpart_scan_partmap()
/kernel/linux/linux-6.6/include/linux/
H A Dwriteback.h88 size_t wb_bytes; /* bytes written by current wb */
89 size_t wb_lcand_bytes; /* bytes written by last candidate */
90 size_t wb_tcand_bytes; /* bytes written by this candidate */
211 size_t bytes);
317 struct page *page, size_t bytes) in wbc_account_cgroup_owner()
316 wbc_account_cgroup_owner(struct writeback_control *wbc, struct page *page, size_t bytes) wbc_account_cgroup_owner() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsd.h216 static inline sector_t bytes_to_logical(struct scsi_device *sdev, unsigned int bytes) in bytes_to_logical() argument
218 return bytes >> ilog2(sdev->sector_size); in bytes_to_logical()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-dbgcap.h167 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE))
169 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE * 2))
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dsunplus-ocotp.c117 static int sp_ocotp_read(void *priv, unsigned int offset, void *value, size_t bytes) in sp_ocotp_read() argument
130 for (addr = offset; addr < (offset + bytes); addr++) { in sp_ocotp_read()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dpage_track.c206 void __kvm_page_track_write(struct kvm *kvm, gpa_t gpa, const u8 *new, int bytes) in __kvm_page_track_write() argument
221 n->track_write(gpa, new, bytes, n); in __kvm_page_track_write()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dgtt.h288 unsigned int off, void *p_data, unsigned int bytes);
291 unsigned int off, void *p_data, unsigned int bytes);
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-linear.c186 void *addr, size_t bytes, struct iov_iter *i) in linear_dax_recovery_write()
190 return dax_recovery_write(dax_dev, pgoff, addr, bytes, i); in linear_dax_recovery_write()
185 linear_dax_recovery_write(struct dm_target *ti, pgoff_t pgoff, void *addr, size_t bytes, struct iov_iter *i) linear_dax_recovery_write() argument

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...226