Home
last modified time | relevance | path

Searched full:transferred (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/linux/include/trace/events/
H A Dnetfs.h352 __field(size_t, transferred)
364 __entry->transferred = sreq->transferred;
374 __entry->start, __entry->transferred, __entry->len,
393 __field(size_t, transferred)
405 __entry->transferred = sreq ? sreq->transferred : 0;
413 __entry->start, __entry->transferred, __entry->len,
559 __field(unsigned long long, transferred)
567 __entry->transferred
[all...]
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Dmemory.json249 …demand & prefetch data reads that miss the L3 and the modified data is transferred from remote cac…
259 …and & prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac…
309 …unts all prefetch data reads that miss the L3 and the modified data is transferred from remote cac…
319 …s all prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac…
369 …tion": "Counts prefetch RFOs that miss the L3 and the modified data is transferred from remote cac…
379 …n": "Counts prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac…
429 …s all demand & prefetch RFOs that miss the L3 and the modified data is transferred from remote cac…
439 …ll demand & prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac…
489 …Counts all demand code reads that miss the L3 and the modified data is transferred from remote cac…
499 …nts all demand code reads that miss the L3 and clean or shared data is transferred from remote cac…
[all …]
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/
H A Dbus.json8 …every beat of data transferred over the data channels between the core and the SCU. If both read a…
/linux/drivers/scsi/arm/
H A Dacornscsi.c240 printk("DT @+%04x ST @+%04x", host->dma.transferred, in acornscsi_dumpdma()
808 host->scsi.SCp.scsi_xferred != host->dma.transferred) in acornscsi_done()
1076 unsigned int transferred; in acornscsi_dma_cleanup() local
1085 * Calculate number of bytes transferred from DMA. in acornscsi_dma_cleanup()
1087 transferred = dmac_address(host) - host->dma.start_addr; in acornscsi_dma_cleanup()
1088 host->dma.transferred += transferred; in acornscsi_dma_cleanup()
1092 host->dma.start_addr, transferred); in acornscsi_dma_cleanup()
1097 acornscsi_data_updateptr(host, &host->scsi.SCp, transferred); in acornscsi_dma_cleanup()
1117 unsigned int address, length, transferred; in acornscsi_dma_intr() local
1127 * Calculate amount transferred via DMA in acornscsi_dma_intr()
[all …]
/linux/drivers/scsi/elx/efct/
H A Defct_io.h67 * @transferred: Number of bytes transferred
120 size_t transferred; member
H A Defct_scsi.c125 io->transferred += length; in efct_target_io_cb()
639 residual = io->exp_xfer_len - io->transferred; in efct_scsi_xfer_data()
645 io->iparam.fcp_tgt.offset = io->transferred; in efct_scsi_xfer_data()
653 ((io->transferred + io->wire_len) == io->exp_xfer_len) && in efct_scsi_xfer_data()
664 /* Adjust the transferred count to account for overrun in efct_scsi_xfer_data()
667 io->transferred += residual; in efct_scsi_xfer_data()
753 residual = io->exp_xfer_len - io->transferred; in efct_scsi_send_resp()
798 /* FCP: if data transferred is less than the in efct_scsi_send_resp()
800 * If data transferred would have been greater in efct_scsi_send_resp()
/linux/include/media/
H A Ddvb_ringbuffer.h148 * 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/include/linux/
H A Dnetfs.h145 size_t transferred; /* The amount transferred from this stream */
180 size_t transferred; /* Amount of data transferred */
191 #define NETFS_SREQ_MADE_PROGRESS 4 /* Set if we transferred at least some data */
247 size_t transferred; /* Amount to be indicated as transferred */
148 size_t transferred; /* The amount transferred from this stream */ global() member
183 size_t transferred; /* Amount of data transferred */ global() member
255 size_t transferred; /* Amount to be indicated as transferred */ global() member
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.h108 * 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/Documentation/userspace-api/media/dvb/
H A Ddmx-fread.rst36 Elementary Stream (PES) data. The filtered data is transferred from
38 to be transferred is implied by count.
/linux/tools/testing/selftests/mm/
H A Dcow.c162 ssize_t cur, total, transferred; in child_vmsplice_memcmp_fn() local
177 transferred = vmsplice(fds[1], &iov, 1, 0); in child_vmsplice_memcmp_fn()
178 if (transferred < 0) in child_vmsplice_memcmp_fn()
180 if (transferred == 0) in child_vmsplice_memcmp_fn()
193 for (total = 0; total < transferred; total += cur) { in child_vmsplice_memcmp_fn()
194 cur = read(fds[0], new + total, transferred - total); in child_vmsplice_memcmp_fn()
199 return memcmp(old, new, transferred); in child_vmsplice_memcmp_fn()
309 ssize_t cur, total, transferred = 0; in do_test_vmsplice_in_parent() local
333 transferred = vmsplice(fds[1], &iov, 1, 0); in do_test_vmsplice_in_parent()
334 if (transferred <= 0) { in do_test_vmsplice_in_parent()
[all …]
H A Dmemfd_secret.c89 ssize_t transferred; in test_vmsplice() local
113 transferred = vmsplice(pipefd[1], &iov, 1, 0); in test_vmsplice()
115 if (transferred < 0 && errno == EFAULT) in test_vmsplice()
/linux/fs/nfs/
H A Dfscache.h52 atomic64_t transferred; member
75 netfs->sreq->transferred = min_t(s64, netfs->sreq->len, in nfs_netfs_put()
76 atomic64_read(&netfs->transferred)); in nfs_netfs_put()
/linux/sound/drivers/vx/
H A Dvx_pcm.c15 * pipe->transferred is the counter of data which has been already transferred.
645 * pipe->transferred is updated, too, but the size is not wrapped,
646 * so that the caller can check the total transferred size later
669 pipe->transferred += update; in vx_update_pipe_position()
709 if (pipe->transferred >= (int)runtime->period_size) { in vx_pcm_playback_update()
710 pipe->transferred %= runtime->period_size; in vx_pcm_playback_update()
842 pipe->transferred = 0; in vx_pcm_prepare()
1045 pipe->transferred += size; in vx_pcm_capture_update()
1046 if (pipe->transferred >= pipe->period_bytes) { in vx_pcm_capture_update()
1047 pipe->transferred %= pipe->period_bytes; in vx_pcm_capture_update()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst145 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/drivers/char/tpm/
H A Dtpm_tis.c67 * aggregated with further requests and transferred later in a batch. The large
69 * the complete batch has been transferred.
80 * aggregated with further requests and transferred later in a batch. The large
82 * the complete batch has been transferred.
/linux/include/uapi/linux/
H A Dbsg.h40 __u32 dout_xfer_len; /* [i] bytes to be transferred to device */
42 __u32 din_xfer_len; /* [i] bytes to be transferred from device */
H A Dacct.h58 comp_t ac_io; /* Chars Transferred */
95 comp_t ac_io; /* Chars Transferred */
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-interconnect.json425 …ly be the common case. If this value is less than the number of flits transferred, it implies tha…
949 "BriefDescription": "Flits Transferred - Group 0; Data Tx Flits",
958 "BriefDescription": "Flits Transferred - Group 0; Idle and Null Flits",
967 "BriefDescription": "Flits Transferred - Group 0; Non-Data protocol Tx Flits",
976 "BriefDescription": "Flits Transferred - Group 1; DRS Flits (both Header and Data)",
985 "BriefDescription": "Flits Transferred - Group 1; DRS Data Flits",
994 "BriefDescription": "Flits Transferred - Group 1; DRS Header Flits",
1003 "BriefDescription": "Flits Transferred - Group 1; HOM Flits",
1012 "BriefDescription": "Flits Transferred - Group 1; HOM Non-Request Flits",
1021 "BriefDescription": "Flits Transferred - Group 1; HOM Request Flits",
[all …]
/linux/Documentation/i2c/
H A Ddma-considerations.rst6 transferred are small, it is not considered a prime user of DMA access. At this
60 there was no data transferred.
/linux/drivers/usb/class/
H A Dusbtmc.c826 u32 *transferred, in usbtmc_generic_read() argument
843 *transferred = done; in usbtmc_generic_read()
981 *transferred = done; in usbtmc_generic_read()
1046 *transferred = done; in usbtmc_generic_read()
1072 msg.transfer_size, &msg.transferred, in usbtmc_ioctl_generic_read()
1075 if (put_user(msg.transferred, in usbtmc_ioctl_generic_read()
1076 &((struct usbtmc_message __user *)arg)->transferred)) in usbtmc_ioctl_generic_read()
1119 u32 *transferred, in usbtmc_generic_write() argument
1132 *transferred = 0; in usbtmc_generic_write()
1263 *transferred = done; in usbtmc_generic_write()
[all …]
/linux/include/linux/mfd/
H A Ddln2.h60 * to indicate the actual data transferred;
76 * to indicate the actual data transferred;
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Dmemory.json265 "BriefDescription": "Counts all demand & prefetch data reads miss the L3 and the modified data is transferred from remote cache",
275 "BriefDescription": "Counts all demand & prefetch data reads miss the L3 and clean or shared data is transferred from remote cache",
315 "BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) miss the L3 and the modified data is transferred from remote cache",
325 "BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) miss the L3 and clean or shared data is transferred from remote cache",
375 "BriefDescription": "Counts all demand data writes (RFOs) miss the L3 and the modified data is transferred from remote cache",
/linux/sound/soc/amd/
H A Dacp.h209 * be transferred.
213 * Specifies the number of bytes need to be transferred
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-interconnect.json706 …ly be the common case. If this value is less than the number of flits transferred, it implies tha…
1710 "BriefDescription": "Flits Transferred - Group 0; Data Tx Flits",
1719 "BriefDescription": "Flits Transferred - Group 0; Non-Data protocol Tx Flits",
1728 "BriefDescription": "Flits Transferred - Group 1; DRS Flits (both Header and Data)",
1737 "BriefDescription": "Flits Transferred - Group 1; DRS Data Flits",
1746 "BriefDescription": "Flits Transferred - Group 1; DRS Header Flits",
1755 "BriefDescription": "Flits Transferred - Group 1; HOM Flits",
1764 "BriefDescription": "Flits Transferred - Group 1; HOM Non-Request Flits",
1773 "BriefDescription": "Flits Transferred - Group 1; HOM Request Flits",
1782 "BriefDescription": "Flits Transferred - Group 1; SNP Flits",
[all …]

12345678910>>...23