Home
last modified time | relevance | path

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

12345678910>>...27

/Linux-v6.1/fs/fuse/
Dioctl.c30 size_t transferred, unsigned count, in fuse_copy_ioctl_iovec_old() argument
34 if (count * sizeof(struct compat_iovec) == transferred) { in fuse_copy_ioctl_iovec_old()
54 if (count * sizeof(struct iovec) != transferred) in fuse_copy_ioctl_iovec_old()
57 memcpy(dst, src, transferred); in fuse_copy_ioctl_iovec_old()
77 void *src, size_t transferred, unsigned count, in fuse_copy_ioctl_iovec() argument
84 return fuse_copy_ioctl_iovec_old(dst, src, transferred, in fuse_copy_ioctl_iovec()
88 if (count * sizeof(struct fuse_ioctl_iovec) != transferred) in fuse_copy_ioctl_iovec()
174 ssize_t transferred; in fuse_do_ioctl() local
273 transferred = fuse_send_ioctl(fm, &ap.args); in fuse_do_ioctl()
274 err = transferred; in fuse_do_ioctl()
[all …]
/Linux-v6.1/fs/netfs/
Dio.c27 subreq->start + subreq->transferred, in netfs_clear_unread()
28 subreq->len - subreq->transferred); in netfs_clear_unread()
53 subreq->start + subreq->transferred, in netfs_read_from_cache()
54 subreq->len - subreq->transferred); in netfs_read_from_cache()
74 * The netfs is expected to read from subreq->pos + subreq->transferred to
76 * buffer prior to the transferred point as it might clobber dirty data
380 * @transferred_or_error: The amount of data transferred or an error code.
387 * supplying a positive value to indicate the number of bytes transferred, 0 to
424 if (WARN(transferred_or_error > subreq->len - subreq->transferred, in netfs_subreq_terminated()
427 transferred_or_error, subreq->len, subreq->transferred)) in netfs_subreq_terminated()
[all …]
/Linux-v6.1/include/trace/events/
Dnetfs.h201 __field(size_t, transferred )
213 __entry->transferred = sreq->transferred;
222 __entry->start, __entry->transferred, __entry->len,
241 __field(size_t, transferred )
253 __entry->transferred = sreq ? sreq->transferred : 0;
261 __entry->start, __entry->transferred, __entry->len,
/Linux-v6.1/drivers/s390/char/
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-v6.1/tools/perf/pmu-events/arch/x86/skylakex/
Dmemory.json282 …demand & prefetch data reads that miss the L3 and the modified data is transferred from remote cac…
294 …and & prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac…
354 …unts all prefetch data reads that miss the L3 and the modified data is transferred from remote cac…
366 …s all prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac…
426 …tion": "Counts prefetch RFOs that miss the L3 and the modified data is transferred from remote cac…
438 …n": "Counts prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac…
498 …s all demand & prefetch RFOs that miss the L3 and the modified data is transferred from remote cac…
510 …ll demand & prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac…
570 …Counts all demand code reads that miss the L3 and the modified data is transferred from remote cac…
582 …nts all demand code reads that miss the L3 and clean or shared data is transferred from remote cac…
[all …]
/Linux-v6.1/include/uapi/linux/
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,
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-v6.1/Documentation/filesystems/
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.
358 reading. In the subrequest, ->start, ->len and ->transferred indicate what
363 it transferred. The filesystem also should not deal with setting folios
431 provided they have transferred some more data:
561 with the number of bytes transferred or an error code, plus a flag
583 with the number of bytes transferred or an error code, plus a flag
/Linux-v6.1/drivers/usb/musb/
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-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/
Dbus.json8 …every beat of data transferred over the data channels between the core and the SCU. If both read a…
/Linux-v6.1/tools/perf/pmu-events/arch/x86/broadwellx/
Duncore-interconnect.json688 "BriefDescription": "Flits Transferred - Group 0; Data Tx Flits",
705 "BriefDescription": "Flits Transferred - Group 0; Non-Data protocol Tx Flits",
722 "BriefDescription": "Flits Transferred - Group 1; SNP Flits",
731 "BriefDescription": "Flits Transferred - Group 1; HOM Request Flits",
740 "BriefDescription": "Flits Transferred - Group 1; HOM Non-Request Flits",
749 "BriefDescription": "Flits Transferred - Group 1; HOM Flits",
758 "BriefDescription": "Flits Transferred - Group 1; DRS Data Flits",
767 "BriefDescription": "Flits Transferred - Group 1; DRS Header Flits",
776 "BriefDescription": "Flits Transferred - Group 1; DRS Flits (both Header and Data)",
785 "BriefDescription": "Flits Transferred - Group 2; Non-Data Response Tx Flits - AD",
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/haswellx/
Duncore-interconnect.json984 "BriefDescription": "Flits Transferred - Group 0; Data Tx Flits",
1001 "BriefDescription": "Flits Transferred - Group 0; Non-Data protocol Tx Flits",
1018 "BriefDescription": "Flits Transferred - Group 1; SNP Flits",
1027 "BriefDescription": "Flits Transferred - Group 1; HOM Request Flits",
1036 "BriefDescription": "Flits Transferred - Group 1; HOM Non-Request Flits",
1045 "BriefDescription": "Flits Transferred - Group 1; HOM Flits",
1054 "BriefDescription": "Flits Transferred - Group 1; DRS Data Flits",
1063 "BriefDescription": "Flits Transferred - Group 1; DRS Header Flits",
1072 "BriefDescription": "Flits Transferred - Group 1; DRS Flits (both Header and Data)",
1081 "BriefDescription": "Flits Transferred - Group 2; Non-Data Response Tx Flits - AD",
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/display/
Dlvds.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-v6.1/drivers/scsi/arm/
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-v6.1/drivers/scsi/elx/efct/
Defct_io.h67 * @transferred: Number of bytes transferred
120 size_t transferred; member
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-v6.1/Documentation/scheduler/
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-v6.1/include/media/
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-v6.1/Documentation/userspace-api/media/dvb/
Ddmx-fread.rst36 Elementary Stream (PES) data. The filtered data is transferred from
38 to be transferred is implied by count.
/Linux-v6.1/drivers/scsi/mpt3sas/
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-v6.1/sound/drivers/vx/
Dvx_pcm.c15 * 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-v6.1/Documentation/admin-guide/cgroup-v1/
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-v6.1/Documentation/i2c/
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-v6.1/drivers/gpu/drm/panel/
Dpanel-novatek-nt35950.c115 * Return: Number of transferred bytes or negative number on error
137 * Return: Number of transferred bytes or negative number on error
184 * Return: Number of transferred bytes or negative number on error
199 * Return: Number of transferred bytes or negative number on error
221 * Return: Number of transferred bytes or negative number on error
254 * Return: Number of transferred bytes or negative number on error
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/
Duncore-other.json1860 …uest failed to acquire a DRS VN0 credit. In order for a request to be transferred across QPI, it …
1870 …uest failed to acquire a DRS VN0 credit. In order for a request to be transferred across QPI, it …
1880 …uest failed to acquire a DRS VN0 credit. In order for a request to be transferred across QPI, it …
1890 …uest failed to acquire a DRS VN0 credit. In order for a request to be transferred across QPI, it …
1900 …uest failed to acquire a DRS VN0 credit. In order for a request to be transferred across QPI, it …
1910 …uest failed to acquire a DRS VN0 credit. In order for a request to be transferred across QPI, it …
1920 …dit was used on the DRS message channel. In order for a request to be transferred across QPI, it …
1930 …dit was used on the DRS message channel. In order for a request to be transferred across QPI, it …
1940 …dit was used on the DRS message channel. In order for a request to be transferred across QPI, it …
1950 …dit was used on the DRS message channel. In order for a request to be transferred across QPI, it …
[all …]

12345678910>>...27