Home
last modified time | relevance | path

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

12345678910>>...26

/linux/fs/netfs/
H A Dread_collect.c23 WARN_ON_ONCE(subreq->len - subreq->transferred != iov_iter_count(&subreq->io_iter)); in netfs_clear_unread()
25 if (subreq->start + subreq->transferred >= subreq->rreq->i_size) in netfs_clear_unread()
96 if (WARN(subreq->transferred > subreq->len, in netfs_consume_read_data()
99 subreq->transferred, subreq->len)) in netfs_consume_read_data()
100 subreq->transferred = subreq->len; in netfs_consume_read_data()
112 subreq->start, subreq->start + subreq->transferred - 1, in netfs_consume_read_data()
113 subreq->consumed, subreq->transferred, subreq->len, in netfs_consume_read_data()
145 subreq->transferred += prev_donated; in netfs_consume_read_data()
147 if (subreq->transferred == subreq->len) { in netfs_consume_read_data()
149 subreq->transferred += next_donated; in netfs_consume_read_data()
[all …]
H A Dwrite_collect.c122 /* Unlock any folio we've transferred all of. */ in netfs_writeback_unlock_folios()
205 start = from->start + from->transferred; in netfs_retry_write_stream()
206 len = from->len - from->transferred; in netfs_retry_write_stream()
214 if (subreq->start + subreq->transferred != start + len || in netfs_retry_write_stream()
243 subreq->transferred = 0; in netfs_retry_write_stream()
310 subreq->len = subreq->transferred + part; in netfs_retry_write_stream()
354 // TODO: Enc: Wind back transferred point. in netfs_retry_writes()
413 // front->debug_index, front->start, front->transferred, front->len); in netfs_collect_write_results()
432 if (front->start + front->transferred > stream->collected_to) { in netfs_collect_write_results()
433 stream->collected_to = front->start + front->transferred; in netfs_collect_write_results()
[all …]
H A Dread_retry.c95 start = from->start + from->transferred; in netfs_retry_read_subrequests()
96 len = from->len - from->transferred; in netfs_retry_read_subrequests()
100 from->start, from->consumed, from->transferred, from->len); in netfs_retry_read_subrequests()
110 subreq->transferred > 0 || in netfs_retry_read_subrequests()
135 subreq->start = start - subreq->transferred; in netfs_retry_read_subrequests()
136 subreq->len = len + subreq->transferred; in netfs_retry_read_subrequests()
160 subreq->len = subreq->transferred + part; in netfs_retry_read_subrequests()
/linux/include/trace/events/
H A Dnetfs.h322 __field(size_t, transferred )
334 __entry->transferred = sreq->transferred;
343 __entry->start, __entry->transferred, __entry->len,
362 __field(size_t, transferred )
374 __entry->transferred = sreq ? sreq->transferred : 0;
382 __entry->start, __entry->transferred, __entry->len,
527 __field(unsigned long long, transferred )
535 __entry->transferred = wreq->transferred;
540 __entry->start + __entry->transferred,
555 __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/drivers/s390/char/
H A Ddiag_ftp.c49 * @transferred: bytes transferred
60 u64 transferred; member
168 ldfpl->transferred = 0; in diag_ftp_cmd()
188 diag_ftp_subcode, ldfpl->transferred, ldfpl->fsize); in diag_ftp_cmd()
193 len = ldfpl->transferred; in diag_ftp_cmd()
/linux/Documentation/filesystems/
H A Dnetfs_library.rst173 of bytes transferred or a negative error code, plus a flag indicating whether
242 size_t transferred;
261 * ``transferred``
263 The amount of data transferred so far of the length of this slice. The
276 transferred to len, should be cleared.
343 reading. In the subrequest, ->start, ->len and ->transferred indicate what
348 it transferred. The filesystem also should not deal with setting folios
416 provided they have transferred some more data:
546 with the number of bytes transferred or an error code, plus a flag
568 with the number of bytes transferred or an error code, plus a flag
/linux/drivers/usb/musb/
H A Dmusb_cppi41.c129 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/include/uapi/linux/
H A Dmedia-bus-format.h19 * 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,
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/devicetree/bindings/display/
H A Dlvds-data-mapping.yaml41 [VESA] specifications. Data are transferred as follows on 3 LVDS lanes.
52 specifications. Data are transferred as follows on 4 LVDS lanes.
64 Data are transferred as follows on 4 LVDS lanes.
/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/Documentation/scheduler/
H A Dsched-bwc.rst22 is transferred to cpu-local "silos" on a demand basis. The amount transferred
113 For efficiency run-time is transferred between the global pool and CPU local
115 on large systems. The amount transferred each time such an update is required
183 in previous periods. This burst amount will not be transferred between cores.
/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/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/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 > in vx_pcm_capture_update()
[all...]
/linux/tools/testing/selftests/mm/
H A Dcow.c159 ssize_t cur, total, transferred; in child_vmsplice_memcmp_fn() local
174 transferred = vmsplice(fds[1], &iov, 1, 0); in child_vmsplice_memcmp_fn()
175 if (transferred < 0) in child_vmsplice_memcmp_fn()
177 if (transferred == 0) in child_vmsplice_memcmp_fn()
190 for (total = 0; total < transferred; total += cur) { in child_vmsplice_memcmp_fn()
191 cur = read(fds[0], new + total, transferred - total); in child_vmsplice_memcmp_fn()
196 return memcmp(old, new, transferred); in child_vmsplice_memcmp_fn()
296 ssize_t cur, total, transferred; in do_test_vmsplice_in_parent()
319 transferred = vmsplice(fds[1], &iov, 1, 0); in do_test_vmsplice_in_parent()
320 if (transferred < in do_test_vmsplice_in_parent()
282 ssize_t cur, total, transferred; do_test_vmsplice_in_parent() local
[all...]
/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/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/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/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
257 size_t transferred; /* Amount to be indicated as transferred */ member

12345678910>>...26