/Linux-v5.15/include/trace/events/ |
D | netfs.h | 193 __field(size_t, transferred ) 205 __entry->transferred = sreq->transferred; 214 __entry->start, __entry->transferred, __entry->len, 233 __field(size_t, transferred ) 245 __entry->transferred = sreq ? sreq->transferred : 0; 253 __entry->start, __entry->transferred, __entry->len,
|
/Linux-v5.15/fs/fuse/ |
D | ioctl.c | 19 size_t transferred, unsigned count, in fuse_copy_ioctl_iovec_old() argument 23 if (count * sizeof(struct compat_iovec) == transferred) { in fuse_copy_ioctl_iovec_old() 43 if (count * sizeof(struct iovec) != transferred) in fuse_copy_ioctl_iovec_old() 46 memcpy(dst, src, transferred); in fuse_copy_ioctl_iovec_old() 66 void *src, size_t transferred, unsigned count, in fuse_copy_ioctl_iovec() argument 73 return fuse_copy_ioctl_iovec_old(dst, src, transferred, in fuse_copy_ioctl_iovec() 77 if (count * sizeof(struct fuse_ioctl_iovec) != transferred) in fuse_copy_ioctl_iovec() 163 ssize_t transferred; in fuse_do_ioctl() local 262 transferred = fuse_simple_request(fm, &ap.args); in fuse_do_ioctl() 263 err = transferred; in fuse_do_ioctl() [all …]
|
/Linux-v5.15/drivers/s390/char/ |
D | diag_ftp.c | 48 * @transferred: bytes transferred 59 u64 transferred; member 167 ldfpl->transferred = 0; in diag_ftp_cmd() 187 diag_ftp_subcode, ldfpl->transferred, ldfpl->fsize); in diag_ftp_cmd() 192 len = ldfpl->transferred; in diag_ftp_cmd()
|
/Linux-v5.15/Documentation/filesystems/ |
D | netfs_library.rst | 124 of bytes transferred or a negative error code, plus a flag indicating whether 194 size_t transferred; 213 * ``transferred`` 215 The amount of data transferred so far of the length of this slice. The 228 transferred to len, should be cleared. 311 reading. In the subrequest, ->start, ->len and ->transferred indicate what 316 it transferred. The filesystem also should not deal with setting pages 386 provided they have transferred some more data: 508 with the number of bytes transferred or an error code, plus a flag 519 with the number of bytes transferred or an error code, plus a flag
|
/Linux-v5.15/include/uapi/linux/ |
D | media-bus-format.h | 19 * transferred in two 8-bit samples, "BE" or "LE" specify in which order those 20 * samples are transferred over the bus: "LE" means that the least significant 21 * bits are transferred first, "BE" means that the most significant bits are 22 * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
|
D | bsg.h | 40 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */ 42 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-bwc.rst | 22 is transferred to cpu-local "silos" on a demand basis. The amount transferred 63 For efficiency run-time is transferred between the global pool and CPU local 65 on large systems. The amount transferred each time such an update is required 130 in previous periods. This burst amount will not be transferred between cores.
|
/Linux-v5.15/drivers/usb/musb/ |
D | musb_cppi41.c | 129 cppi41_channel->transferred; in cppi41_trans_done() 137 if (cppi41_channel->tx_zlp && (cppi41_channel->transferred % in cppi41_trans_done() 156 remain_bytes -= cppi41_channel->transferred; in cppi41_trans_done() 230 u32 transferred; in cppi41_dma_callback() local 245 transferred = cppi41_channel->prog_len - txstate.residue; in cppi41_dma_callback() 246 cppi41_channel->transferred += transferred; in cppi41_dma_callback() 251 if (cppi41_channel->transferred == cppi41_channel->total_len || in cppi41_dma_callback() 252 transferred < cppi41_channel->packet_sz) in cppi41_dma_callback() 425 cppi41_channel->transferred = 0; in cppi41_configure_channel()
|
/Linux-v5.15/tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/ |
D | bus.json | 8 …every beat of data transferred over the data channels between the core and the SCU. If both read a…
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/skylakex/ |
D | memory.json | 283 …demand & prefetch data reads that miss the L3 and the modified data is transferred from remote cac… 296 …and & prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac… 361 …unts all prefetch data reads that miss the L3 and the modified data is transferred from remote cac… 374 …s all prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac… 439 …tion": "Counts prefetch RFOs that miss the L3 and the modified data is transferred from remote cac… 452 …n": "Counts prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac… 517 …s all demand & prefetch RFOs that miss the L3 and the modified data is transferred from remote cac… 530 …ll demand & prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac… 595 …Counts all demand code reads that miss the L3 and the modified data is transferred from remote cac… 608 …nts all demand code reads that miss the L3 and clean or shared data is transferred from remote cac… [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/display/panel/ |
D | lvds.yaml | 52 [VESA] specifications. Data are transferred as follows on 3 LVDS lanes. 63 specifications. Data are transferred as follows on 4 LVDS lanes. 75 Data are transferred as follows on 4 LVDS lanes.
|
/Linux-v5.15/fs/netfs/ |
D | read_helper.c | 154 subreq->start + subreq->transferred, in netfs_clear_unread() 155 subreq->len - subreq->transferred); in netfs_clear_unread() 180 subreq->start + subreq->transferred, in netfs_read_from_cache() 181 subreq->len - subreq->transferred); in netfs_read_from_cache() 201 * The netfs is expected to read from subreq->pos + subreq->transferred to 203 * buffer prior to the transferred point as it might clobber dirty data 422 account += subreq->transferred; in netfs_rreq_unlock() 594 * @transferred_or_error: The amount of data transferred or an error code. 601 * supplying a positive value to indicate the number of bytes transferred, 0 to 638 if (WARN(transferred_or_error > subreq->len - subreq->transferred, in netfs_subreq_terminated() [all …]
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | memory.json | 449 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac… 454 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac… 462 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac… 467 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac… 566 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac… 571 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac… 579 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac… 584 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac… 657 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac… 662 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac…
|
/Linux-v5.15/drivers/scsi/elx/efct/ |
D | efct_io.h | 67 * @transferred: Number of bytes transferred 120 size_t transferred; member
|
D | efct_scsi.c | 126 io->transferred += length; in efct_target_io_cb() 640 residual = io->exp_xfer_len - io->transferred; in efct_scsi_xfer_data() 646 io->iparam.fcp_tgt.offset = io->transferred; in efct_scsi_xfer_data() 654 ((io->transferred + io->wire_len) == io->exp_xfer_len) && in efct_scsi_xfer_data() 665 /* Adjust the transferred count to account for overrun in efct_scsi_xfer_data() 668 io->transferred += residual; in efct_scsi_xfer_data() 754 residual = io->exp_xfer_len - io->transferred; in efct_scsi_send_resp() 799 /* FCP: if data transferred is less than the in efct_scsi_send_resp() 801 * If data transferred would have been greater in efct_scsi_send_resp()
|
/Linux-v5.15/drivers/scsi/arm/ |
D | acornscsi.c | 236 printk("DT @+%04x ST @+%04x", host->dma.transferred, in acornscsi_dumpdma() 804 host->scsi.SCp.scsi_xferred != host->dma.transferred) in acornscsi_done() 1075 unsigned int transferred; in acornscsi_dma_cleanup() local 1084 * Calculate number of bytes transferred from DMA. in acornscsi_dma_cleanup() 1086 transferred = dmac_address(host) - host->dma.start_addr; in acornscsi_dma_cleanup() 1087 host->dma.transferred += transferred; in acornscsi_dma_cleanup() 1091 host->dma.start_addr, transferred); in acornscsi_dma_cleanup() 1096 acornscsi_data_updateptr(host, &host->scsi.SCp, transferred); in acornscsi_dma_cleanup() 1116 unsigned int address, length, transferred; in acornscsi_dma_intr() local 1126 * Calculate amount transferred via DMA in acornscsi_dma_intr() [all …]
|
/Linux-v5.15/include/media/ |
D | dvb_ringbuffer.h | 148 * Return: number of bytes transferred or -EFAULT 162 * Return: number of bytes transferred or -EFAULT 190 * return: number of bytes transferred or -EFAULT 205 * Return: number of bytes transferred or -EFAULT
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/haswellx/ |
D | memory.json | 459 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac… 464 …nts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cac… 615 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac… 620 … all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cac… 628 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac… 633 …l demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cac… 732 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac… 737 …ode/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cac… 745 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac… 750 …/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cac…
|
/Linux-v5.15/Documentation/userspace-api/media/dvb/ |
D | dmx-fread.rst | 36 Elementary Stream (PES) data. The filtered data is transferred from 38 to be transferred is implied by count.
|
/Linux-v5.15/drivers/scsi/mpt3sas/ |
D | mpt3sas_trigger_diag.h | 108 * This binary structure is transferred via sysfs to get/set Event Triggers 142 * This binary structure is transferred via sysfs to get/set SCSI Sense Code 172 * This binary structure is transferred via sysfs to get/set MPI Error Triggers
|
/Linux-v5.15/sound/drivers/vx/ |
D | vx_pcm.c | 15 * pipe->transferred is the counter of data which has been already transferred. 643 * pipe->transferred is updated, too, but the size is not wrapped, 644 * so that the caller can check the total transferred size later 667 pipe->transferred += update; in vx_update_pipe_position() 707 if (pipe->transferred >= (int)runtime->period_size) { in vx_pcm_playback_update() 708 pipe->transferred %= runtime->period_size; in vx_pcm_playback_update() 838 pipe->transferred = 0; in vx_pcm_prepare() 1041 pipe->transferred += size; in vx_pcm_capture_update() 1042 if (pipe->transferred >= pipe->period_bytes) { in vx_pcm_capture_update() 1043 pipe->transferred %= pipe->period_bytes; in vx_pcm_capture_update()
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | blkio-controller.rst | 145 Number of sectors transferred to/from disk by the group. First 147 third field specifies the number of sectors transferred by the 151 Number of bytes transferred to/from the disk by the group. These 291 Number of bytes transferred to/from the disk by the group. These
|
/Linux-v5.15/Documentation/i2c/ |
D | dma-considerations.rst | 6 transferred are small, it is not considered a prime user of DMA access. At this 60 there was no data transferred.
|
/Linux-v5.15/sound/soc/amd/ |
D | acp.h | 195 * be transferred. 199 * Specifies the number of bytes need to be transferred
|
/Linux-v5.15/include/linux/mfd/ |
D | dln2.h | 60 * to indicate the actual data transferred; 76 * to indicate the actual data transferred;
|