/openbmc/qemu/migration/ |
H A D | migration-stats.h | 68 * Number of pages transferred that were not full of zeros. 85 * Number of bytes transferred with QEMUFile. 89 * Amount of transferred data at the start of current cycle. 101 * Number of pages transferred that were full of zeros. 109 * migration_rate_get: Get the maximum amount that can be transferred. 111 * Returns the maximum number of bytes that can be transferred in a cycle. 123 * migration_rate_set: Set the maximum amount that can be transferred. 125 * Sets the maximum amount of bytes that can be transferred in one cycle. 132 * migration_transferred_bytes: Return number of bytes transferred 134 * Returns how many bytes have we transferred since the beginning of
|
/openbmc/linux/fs/fuse/ |
H A D | ioctl.c | 39 size_t transferred, unsigned count, in fuse_copy_ioctl_iovec_old() argument 43 if (count * sizeof(struct compat_iovec) == transferred) { in fuse_copy_ioctl_iovec_old() 63 if (count * sizeof(struct iovec) != transferred) in fuse_copy_ioctl_iovec_old() 66 memcpy(dst, src, transferred); in fuse_copy_ioctl_iovec_old() 86 void *src, size_t transferred, unsigned count, in fuse_copy_ioctl_iovec() argument 93 return fuse_copy_ioctl_iovec_old(dst, src, transferred, in fuse_copy_ioctl_iovec() 97 if (count * sizeof(struct fuse_ioctl_iovec) != transferred) in fuse_copy_ioctl_iovec() 183 ssize_t transferred; in fuse_do_ioctl() local 280 transferred = fuse_send_ioctl(fm, &ap.args, &outarg); in fuse_do_ioctl() 281 err = transferred; in fuse_do_ioctl() [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | netfs.h | 201 __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,
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | memory.json | 225 …demand & prefetch data reads that miss the L3 and the modified data is transferred from remote cac… 234 …and & prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac… 279 …unts all prefetch data reads that miss the L3 and the modified data is transferred from remote cac… 288 …s all prefetch data reads that miss the L3 and clean or shared data is transferred from remote cac… 333 …tion": "Counts prefetch RFOs that miss the L3 and the modified data is transferred from remote cac… 342 …n": "Counts prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac… 387 …s all demand & prefetch RFOs that miss the L3 and the modified data is transferred from remote cac… 396 …ll demand & prefetch RFOs that miss the L3 and clean or shared data is transferred from remote cac… 441 …Counts all demand code reads that miss the L3 and the modified data is transferred from remote cac… 450 …nts all demand code reads that miss the L3 and clean or shared data is transferred from remote cac… [all …]
|
/openbmc/linux/fs/netfs/ |
H A D | io.c | 27 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 …]
|
/openbmc/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()
|
/openbmc/u-boot/include/ |
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,
|
/openbmc/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,
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/ |
H A D | bus.json | 8 …every beat of data transferred over the data channels between the core and the SCU. If both read a…
|
/openbmc/linux/Documentation/filesystems/ |
H A 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. 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
|
/openbmc/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 = 0; in cppi41_configure_channel()
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | lvds.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.
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fd-fuzz.cpp | 57 bool transferred; member 192 fuzz_ctx->transferred = false; in cb_update_component() 225 assert(!fuzz_ctx->transferred); in cb_firmware_data() 235 fuzz_ctx->transferred = true; in cb_firmware_data() 254 assert(fuzz_ctx->transferred); in cb_verify() 287 assert(fuzz_ctx->transferred); in cb_apply()
|
/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | EINTR_wrappers.h | 94 … slow device according to this definition.) If an I/O call on a slow device has already transferred 95 …l handler, then the call will return a success status (normally, the number of bytes transferred). 108 … slow device according to this definition.) If an I/O call on a slow device has already transferred 109 …l handler, then the call will return a success status (normally, the number of bytes transferred).
|
/openbmc/openbmc-tools/adcapp/src/ |
H A D | EINTR_wrappers.h | 94 … slow device according to this definition.) If an I/O call on a slow device has already transferred 95 …l handler, then the call will return a success status (normally, the number of bytes transferred). 108 … slow device according to this definition.) If an I/O call on a slow device has already transferred 109 …l handler, then the call will return a success status (normally, the number of bytes transferred).
|
/openbmc/qemu/include/sysemu/ |
H A D | dma.h | 119 * @buf: buffer with the data transferred 142 * @buf: buffer with the data transferred 143 * @len: length of the data transferred 163 * @buf: buffer with the data transferred 229 * @access_len: amount of data actually transferred
|
/openbmc/qemu/docs/interop/ |
H A D | dbus-vmstate.rst | 13 It will then save arbitrary data of each Id to be transferred in the 17 For now, the data amount to be transferred is arbitrarily limited to
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_io.h | 67 * @transferred: Number of bytes transferred 120 size_t transferred; member
|
/openbmc/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 1127 * Calculate amount transferred via DMA in acornscsi_dma_intr() [all …]
|
/openbmc/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
|
/openbmc/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.
|
/openbmc/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.
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | cow.c | 125 ssize_t cur, total, transferred; in child_vmsplice_memcmp_fn() local 140 transferred = vmsplice(fds[1], &iov, 1, 0); in child_vmsplice_memcmp_fn() 141 if (transferred < 0) in child_vmsplice_memcmp_fn() 143 if (transferred == 0) in child_vmsplice_memcmp_fn() 156 for (total = 0; total < transferred; total += cur) { in child_vmsplice_memcmp_fn() 157 cur = read(fds[0], new + total, transferred - total); in child_vmsplice_memcmp_fn() 162 return memcmp(old, new, transferred); in child_vmsplice_memcmp_fn() 248 ssize_t cur, total, transferred; in do_test_vmsplice_in_parent() local 271 transferred = vmsplice(fds[1], &iov, 1, 0); in do_test_vmsplice_in_parent() 272 if (transferred <= 0) { in do_test_vmsplice_in_parent() [all …]
|
/openbmc/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
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | howto.txt | 32 transferred to the target (e.g., via tftp) and booted using the bootm command. 108 The resulting image file kernel.itb can be now transferred to the target, 126 Bytes transferred = 944464 (e6950 hex) 229 The resulting image file kernel_fdt.itb can be now transferred to the target, 241 Bytes transferred = 1109776 (10ef10 hex)
|