/linux-6.12.1/fs/netfs/ |
D | read_collect.c | 23 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() 98 if (WARN(subreq->transferred > subreq->len, in netfs_consume_read_data() 101 subreq->transferred, subreq->len)) in netfs_consume_read_data() 102 subreq->transferred = subreq->len; in netfs_consume_read_data() 114 subreq->start, subreq->start + subreq->transferred - 1, in netfs_consume_read_data() 115 subreq->consumed, subreq->transferred, subreq->len, in netfs_consume_read_data() 147 subreq->transferred += prev_donated; in netfs_consume_read_data() 149 if (subreq->transferred == subreq->len) { in netfs_consume_read_data() 151 subreq->transferred += next_donated; in netfs_consume_read_data() [all …]
|
D | write_collect.c | 122 /* 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 …]
|
D | read_retry.c | 95 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()
|
D | direct_write.c | 15 unsigned long long end = wreq->start + wreq->transferred; in netfs_cleanup_dio_write() 107 smp_rmb(); /* Read error/transferred after RIP flag */ in netfs_unbuffered_write_iter_locked() 110 ret = wreq->transferred; in netfs_unbuffered_write_iter_locked()
|
/linux-6.12.1/include/trace/events/ |
D | netfs.h | 321 __field(size_t, transferred ) 333 __entry->transferred = sreq->transferred; 342 __entry->start, __entry->transferred, __entry->len, 361 __field(size_t, transferred ) 373 __entry->transferred = sreq ? sreq->transferred : 0; 381 __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-6.12.1/fs/fuse/ |
D | ioctl.c | 40 size_t transferred, unsigned count, in fuse_copy_ioctl_iovec_old() argument 44 if (count * sizeof(struct compat_iovec) == transferred) { in fuse_copy_ioctl_iovec_old() 64 if (count * sizeof(struct iovec) != transferred) in fuse_copy_ioctl_iovec_old() 67 memcpy(dst, src, transferred); in fuse_copy_ioctl_iovec_old() 87 void *src, size_t transferred, unsigned count, in fuse_copy_ioctl_iovec() argument 94 return fuse_copy_ioctl_iovec_old(dst, src, transferred, in fuse_copy_ioctl_iovec() 98 if (count * sizeof(struct fuse_ioctl_iovec) != transferred) in fuse_copy_ioctl_iovec() 231 ssize_t transferred; in fuse_do_ioctl() local 340 transferred = fuse_send_ioctl(fm, &ap.args, &outarg); in fuse_do_ioctl() 341 err = transferred; in fuse_do_ioctl() [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/skylakex/ |
D | memory.json | 249 …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-6.12.1/drivers/s390/char/ |
D | diag_ftp.c | 49 * @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-6.12.1/Documentation/filesystems/ |
D | netfs_library.rst | 173 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-6.12.1/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-6.12.1/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-6.12.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/ |
D | bus.json | 8 …every beat of data transferred over the data channels between the core and the SCU. If both read a…
|
/linux-6.12.1/Documentation/devicetree/bindings/display/ |
D | lvds-data-mapping.yaml | 41 [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-6.12.1/drivers/scsi/arm/ |
D | acornscsi.c | 240 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-6.12.1/drivers/scsi/elx/efct/ |
D | efct_io.h | 67 * @transferred: Number of bytes transferred 120 size_t transferred; member
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-bwc.rst | 22 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-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/tools/testing/selftests/mm/ |
D | cow.c | 159 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() local 319 transferred = vmsplice(fds[1], &iov, 1, 0); in do_test_vmsplice_in_parent() 320 if (transferred <= 0) { in do_test_vmsplice_in_parent() [all …]
|
/linux-6.12.1/fs/nfs/ |
D | fscache.h | 52 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-6.12.1/sound/drivers/vx/ |
D | vx_pcm.c | 15 * 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-6.12.1/drivers/char/tpm/ |
D | tpm_tis.c | 67 * 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-6.12.1/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
|