/linux/fs/netfs/ |
H A D | read_collect.c | 31 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 in netfs_collect_read_results() [all...] |
H A D | write_collect.c | 30 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() 358 size_t transferred; netfs_write_collection() local [all...] |
H A D | read_retry.c | 87 start = from->start + from->transferred; in netfs_retry_read_subrequests() 88 len = from->len - from->transferred; in netfs_retry_read_subrequests() 92 from->start, from->transferred, from->len); in netfs_retry_read_subrequests() 100 if (subreq->start + subreq->transferred != start + len || in netfs_retry_read_subrequests() 125 subreq->start = start - subreq->transferred; in netfs_retry_read_subrequests() 126 subreq->len = len + subreq->transferred; in netfs_retry_read_subrequests() 145 subreq->len = subreq->transferred + part; in netfs_retry_read_subrequests() 219 subreq->len = subreq->transferred + part; in netfs_retry_read_subrequests()
|
H A D | write_retry.c | 68 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/fs/fuse/ |
H A D | ioctl.c | 42 size_t transferred, unsigned count, in fuse_copy_ioctl_iovec_old() argument 46 if (count * sizeof(struct compat_iovec) == transferred) { in fuse_copy_ioctl_iovec_old() 66 if (count * sizeof(struct iovec) != transferred) in fuse_copy_ioctl_iovec_old() 69 memcpy(dst, src, transferred); in fuse_copy_ioctl_iovec_old() 89 void *src, size_t transferred, unsigned count, in fuse_copy_ioctl_iovec() argument 96 return fuse_copy_ioctl_iovec_old(dst, src, transferred, in fuse_copy_ioctl_iovec() 100 if (count * sizeof(struct fuse_ioctl_iovec) != transferred) in fuse_copy_ioctl_iovec() 233 ssize_t transferred; in fuse_do_ioctl() local 341 transferred = fuse_send_ioctl(fm, &ap.args, &outarg); in fuse_do_ioctl() 342 err = transferred; in fuse_do_ioctl() [all...] |
/linux/include/trace/events/ |
H A D | netfs.h | 364 __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 [all...] |
/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | memory.json | 249 "BriefDescription": "Counts all demand & prefetch data reads that miss the L3 and the modified data is transferred from remote cache.", 259 "BriefDescription": "Counts all demand & prefetch data reads that miss the L3 and clean or shared data is transferred from remote cache.", 309 "BriefDescription": "Counts all prefetch data reads that miss the L3 and the modified data is transferred from remote cache.", 319 "BriefDescription": "Counts all prefetch data reads that miss the L3 and clean or shared data is transferred from remote cache.", 369 "BriefDescription": "Counts prefetch RFOs that miss the L3 and the modified data is transferred from remote cache.", 379 "BriefDescription": "Counts prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cache.", 429 "BriefDescription": "Counts all demand & prefetch RFOs that miss the L3 and the modified data is transferred from remote cache.", 439 "BriefDescription": "Counts all demand & prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cache.", 489 "BriefDescription": "Counts all demand code reads that miss the L3 and the modified data is transferred from remote cache.", 499 "BriefDescription": "Counts all demand code reads that miss the L3 and clean or shared data is transferred fro [all...] |
/linux/drivers/s390/char/ |
H A 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/include/uapi/linux/ |
H A 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,
|
H A 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/drivers/usb/musb/ |
H A 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 in cppi41_configure_channel() [all...] |
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/ |
H A D | bus.json | 8 "PublicDescription": "This event counts for every beat of data transferred over the data channels between the core and the SCU. If both read and write data beats are transferred on a given cycle, this event is counted twice on that cycle. This event counts the sum of BUS_ACCESS_RD and BUS_ACCESS_WR.",
|
/linux/Documentation/filesystems/ |
H A D | netfs_library.rst | 335 VM - and the fact that it was set is transferred to ``->unpinned_netfs_wb`` 649 size_t transferred; 675 * ``transferred`` 677 The amount of data transferred so far for this subrequest. This should be 695 case ``transferred`` should stop at the EOF). Netfslib may expand the 703 from transferred to len, should be cleared. Do not set if HIT_EOF is set. 808 reading. In the subrequest, ->start, ->len and ->transferred indicate what 814 ->error, ->transferred and ->flags should be updated before completing. The 866 In the subrequest, ->start, ->len and ->transferred indicate what data 872 ->error, ->transferred an [all...] |
/linux/drivers/scsi/elx/efct/ |
H A D | efct_io.h | 67 * @transferred: Number of bytes transferred 120 size_t transferred; member
|
/linux/drivers/scsi/arm/ |
H A 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 1219 signed long transferred; acornscsi_dma_adjust() local [all...] |
/linux/Documentation/scheduler/ |
H A 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/include/media/ |
H A 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/Documentation/userspace-api/media/dvb/ |
H A D | dmx-fread.rst | 36 Elementary Stream (PES) data. The filtered data is transferred from 38 to be transferred is implied by count.
|
/linux/drivers/scsi/mpt3sas/ |
H A 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/include/linux/ |
H A D | netfs.h | 145 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/fs/nfs/ |
H A 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/tools/testing/selftests/mm/ |
H A D | cow.c | 137 ssize_t cur, total, transferred; in child_vmsplice_memcmp_fn() local 152 transferred = vmsplice(fds[1], &iov, 1, 0); in child_vmsplice_memcmp_fn() 153 if (transferred < 0) in child_vmsplice_memcmp_fn() 155 if (transferred == 0) in child_vmsplice_memcmp_fn() 168 for (total = 0; total < transferred; total += cur) { in child_vmsplice_memcmp_fn() 169 cur = read(fds[0], new + total, transferred - total); in child_vmsplice_memcmp_fn() 174 return memcmp(old, new, transferred); in child_vmsplice_memcmp_fn() 286 ssize_t cur, total, transferred = 0; in do_test_vmsplice_in_parent() local 310 transferred = vmsplice(fds[1], &iov, 1, 0); in do_test_vmsplice_in_parent() 311 if (transferred < in do_test_vmsplice_in_parent() [all...] |
/linux/sound/drivers/vx/ |
H A 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 > in vx_pcm_capture_update() [all...] |
/linux/Documentation/admin-guide/cgroup-v1/ |
H A 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
|
/linux/drivers/char/tpm/ |
H A 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.
|