Home
last modified time | relevance | path

Searched refs:copied (Results 251 – 275 of 434) sorted by relevance

1...<<1112131415161718

/linux/include/trace/events/
H A Df2fs.h1280 unsigned int copied),
1282 TP_ARGS(inode, pos, len, copied),
1289 __field(unsigned int, copied)
1297 __entry->copied = copied;
1304 __entry->copied)
/linux/drivers/block/zram/
H A Dzram_drv.c859 int copied; in read_block_state() local
866 copied = snprintf(kbuf + written, count, in read_block_state()
878 if (count <= copied) { in read_block_state()
882 written += copied; in read_block_state()
883 count -= copied; in read_block_state()
/linux/Documentation/i2c/
H A Ddma-considerations.rst31 copied into kernel space anyhow. The I2C core makes sure the destination
/linux/Documentation/scsi/
H A Dqlogicfas.rst72 that the file copied properly. (Turn off all caching when doing these
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a33-olinuxino.dts195 /* Board level routing. First 2 routes copied from SoC level */
/linux/fs/netfs/
H A Dinternal.h168 struct folio *folio, size_t copied, bool to_page_end,
/linux/arch/arm/kernel/
H A Dentry-armv.S182 str r3, [sp] @ save the "real" r0 copied
845 * of which is copied into r0 for the mode specific abort handler.
/linux/block/
H A Dfops.c448 loff_t pos, unsigned len, unsigned copied, struct page *page, in blkdev_write_end() argument
452 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
/linux/drivers/s390/net/
H A Dnetiucv.c1149 int copied = 0; in netiucv_transmit_skb() local
1161 copied = 1; in netiucv_transmit_skb()
1190 if (copied) in netiucv_transmit_skb()
1202 if (copied) in netiucv_transmit_skb()
/linux/drivers/tty/
H A Dtty_io.c856 size_t copied, count = iov_iter_count(to); in iterate_tty_read() local
882 copied = copy_to_iter(kernel_buf, size, to); in iterate_tty_read()
883 offset += copied; in iterate_tty_read()
884 count -= copied; in iterate_tty_read()
892 if (unlikely(copied != size)) { in iterate_tty_read()
/linux/Documentation/filesystems/
H A Dcramfs.rst63 read-write (hence they have to be copied to RAM) may still be compressed in
/linux/include/linux/sunrpc/
H A Dxprt.h421 void xprt_complete_rqst(struct rpc_task *task, int copied);
/linux/Documentation/admin-guide/
H A Dbootconfig.rst252 This will be copied into the kernel cmdline string as the following::
319 read-only. All data and keys must be copied if you need to modify it.
/linux/Documentation/admin-guide/hw-vuln/
H A Dprocessor_mmio_stale_data.rst21 Propagators are operations that result in stale data being copied or moved from
66 After propagators may have moved data around the uncore and copied stale data
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c1191 size_t copied; in uc_fw_rsa_data_create() local
1224 copied = intel_uc_fw_copy_rsa(uc_fw, vaddr, vma->size); in uc_fw_rsa_data_create()
1227 if (copied < uc_fw->rsa_size) { in uc_fw_rsa_data_create()
/linux/drivers/tty/serial/
H A Dserial-tegra.c678 int copied; in tegra_uart_copy_rx_to_tty() local
691 copied = tty_insert_flip_string(port, in tegra_uart_copy_rx_to_tty()
693 if (copied != count) { in tegra_uart_copy_rx_to_tty()
/linux/Documentation/driver-api/mtd/
H A Dspi-nor.rst157 2097152 bytes (2.1 MB, 2.0 MiB) copied, 0.848566 s, 2.5 MB/s
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst205 sets errno to EINVAL. Otherwise, a four byte value is copied
226 sets errno to EINVAL. Otherwise, a four byte value is copied
/linux/Documentation/livepatch/
H A Dmodule-elf-format.rst115 be copied into memory along with the other SHF_ALLOC sections).
213 in kernel/module/kallsyms.c). For livepatch modules, the symbol table copied
/linux/fs/hostfs/
H A Dhostfs_kern.c476 loff_t pos, unsigned len, unsigned copied, in hostfs_write_end() argument
485 err = write_file(FILE_HOSTFS_I(file)->fd, &pos, buffer + from, copied); in hostfs_write_end()
/linux/Documentation/admin-guide/device-mapper/
H A Dlog-writes.rst10 that is in the WRITE requests is copied into the log to make the replay happen
/linux/Documentation/driver-api/
H A Dconnector.rst73 acknowledge number. The sequence number may be copied into
/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst129 be compiled into executable file and copied into /usr/bin.
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst221 than RX copybreak bytes is received, it is copied into a new memory
357 copied out of the RX buffer into the linear part of a new skb allocated
/linux/drivers/iommu/iommufd/
H A Dpages.c670 unsigned long copied = 0; in batch_rw() local
682 copied += bytes; in batch_rw()
691 return copied; in batch_rw()

1...<<1112131415161718