Home
last modified time | relevance | path

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

12345678910>>...23

/linux/fs/netfs/
H A Dread_collect.c31 WARN_ON_ONCE(subreq->len - subreq->transferred != iov_iter_count(&subreq->io_iter)); in netfs_clear_unread()
33 if (subreq->start + subreq->transferred >= subreq->rreq->i_size) in netfs_clear_unread()
144 /* Unlock any folio we've transferred all of. */ in netfs_read_unlock_folios()
210 size_t transferred; in netfs_collect_read_results() local
214 front->debug_index, front->start, front->transferred, front->len); in netfs_collect_read_results()
224 transferred = READ_ONCE(front->transferred); in netfs_collect_read_results()
237 transferred < front->len && in netfs_collect_read_results()
241 transferred = front->transferred = front->len; in netfs_collect_read_results()
245 stream->collected_to = front->start + transferred; in netfs_collect_read_results()
253 front->transferred = front->len; in netfs_collect_read_results()
[all …]
H A Dwrite_collect.c30 rreq->start, rreq->transferred, rreq->submitted, rreq->len); in netfs_dump_request()
42 s->stream_nr, s->collected_to, s->transferred); in netfs_dump_request()
46 sreq->start, sreq->transferred, sreq->len, in netfs_dump_request()
158 /* Unlock any folio we've transferred all of. */ in netfs_writeback_unlock_folios()
235 // front->debug_index, front->start, front->transferred, front->len); in netfs_collect_write_results()
254 if (front->start + front->transferred > stream->collected_to) { in netfs_collect_write_results()
255 stream->collected_to = front->start + front->transferred; in netfs_collect_write_results()
256 stream->transferred = stream->collected_to - wreq->start; in netfs_collect_write_results()
267 if (front->transferred < front->len) { in netfs_collect_write_results()
344 * that any partially completed op will have had any wholly transferred in netfs_collect_write_results()
[all …]
H A Dwrite_retry.c68 start = from->start + from->transferred; in netfs_retry_write_stream()
69 len = from->len - from->transferred; in netfs_retry_write_stream()
77 if (subreq->start + subreq->transferred != start + len || in netfs_retry_write_stream()
112 subreq->transferred = 0; in netfs_retry_write_stream()
178 subreq->len = subreq->transferred + part; in netfs_retry_write_stream()
220 // TODO: Enc: Wind back transferred point. in netfs_retry_writes()
/linux/include/trace/events/
H A Dnetfs.h364 __field(size_t, transferred)
376 __entry->transferred = sreq->transferred;
386 __entry->start, __entry->transferred, __entry->len,
405 __field(size_t, transferred)
417 __entry->transferred = sreq ? sreq->transferred : 0;
425 __entry->start, __entry->transferred, __entry->len,
600 __field(unsigned long long, transferred)
608 __entry->transferred = wreq->transferred;
613 __entry->start + __entry->transferred,
628 __field(unsigned int, 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/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/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/include/linux/
H A Dnetfs.h145 size_t transferred; /* The amount transferred from this stream */ member
180 size_t transferred; /* Amount of data transferred */ member
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 */ member
/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 */
/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/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/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/sound/soc/amd/
H A Dacp.h209 * be transferred.
213 * Specifies the number of bytes need to be transferred

12345678910>>...23