Home
last modified time | relevance | path

Searched refs:writes (Results 1 – 25 of 65) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md172 | sync_write | operations | ZIO sync writes |
174 | async_write | operations | ZIO async writes |
176 | trim | operations | ZIO trim (aka unmap) writes |
185 series of writes can be aggregated into a single, larger I/O to the leaf
208 | sync_write_ind | blocks | independent sync writes |
210 | async_write_ind | blocks | independent async writes |
212 | trim_write_ind | blocks | independent trim (aka unmap) writes |
214 | sync_write_agg | blocks | aggregated sync writes |
216 | async_write_agg | blocks | aggregated async writes |
218 | trim_write_agg | blocks | aggregated trim (aka unmap) writes |
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml58 affects writes to the tval register, due to the implicit counter read.
64 by back-to-back reads. This also affects writes to the tval register, due
71 return a value 32 beyond the correct value. This also affects writes to
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dpci-msi.txt17 writes. In the case of PCI devices, this sideband data may be derived from the
20 its writes to those controllers.
54 writes, this property may be used to describe the MSI controller(s)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c321 int writes; in vdev_queue_max_async_writes() local
354 writes = (dirty - min_bytes) * in vdev_queue_max_async_writes()
359 ASSERT3U(writes, >=, zfs_vdev_async_write_min_active); in vdev_queue_max_async_writes()
360 ASSERT3U(writes, <=, zfs_vdev_async_write_max_active); in vdev_queue_max_async_writes()
361 return (writes); in vdev_queue_max_async_writes()
615 ksio->writes++; in vdev_queue_pending_remove()
H A Dspa_stats.c199 uint64_t writes; /* number of write operations */ member
253 (u_longlong_t)sth->reads, (u_longlong_t)sth->writes, in spa_txg_history_show()
372 uint64_t nwritten, uint64_t reads, uint64_t writes, uint64_t ndirty) in spa_txg_history_set_io() argument
388 sth->writes = writes; in spa_txg_history_set_io()
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Deeprom-93xx46.txt10 - read-only : parameter-less property which disables writes to the EEPROM
H A Didt_89hpesx.txt28 - read-only : Parameterless property disables writes to the EEPROM
H A Dfsl,qoriq-mc.txt31 The MSI writes are accompanied by sideband data which is derived from the ICID.
33 controller and the sideband data which accompanies the writes.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsmsc-lan91c111.txt17 u16 writes to be 32 bits aligned
/f-stack/app/redis-5.0.5/
H A Dredis.conf235 stop-writes-on-bgsave-error yes
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A DKconfig54 data and writes diagnostics to the system log.
/f-stack/freebsd/contrib/device-tree/Bindings/eeprom/
H A Dat25.txt22 - read-only : this parameter-less property disables writes to the eeprom
H A Dat24.yaml133 Disables writes to the eeprom.
/f-stack/dpdk/doc/guides/rawdevs/
H A Dntb.rst137 buffers and writes used_ring and tx_tail to tell the peer which buffers
140 writes desc_ring and rx_tail to tell the peer about the new allocated
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Drenesas,nbpfaxi.txt29 - max-burst-mem-write: limit burst size for memory writes
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dgpio-control-nand.txt25 GPIO state and before and after command byte writes, this register will be
H A Dgpmc-nor.txt16 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h168 uint_t writes; /* number of write operations */ member
/f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/
H A Dk3-ringacc.txt11 (head for reads, tail for writes).
H A Dk3-ringacc.yaml23 (head for reads, tail for writes).
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h172 uint_t writes; /* number of write operations */ member
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h594 uint_t writes; /* number of write operations */ member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst45 writes to the corresponding KNI interfaces and the other thread reads from
46 the KNI interfaces and writes the data unmodified to the physical NIC port.
308 For the case that reads from a NIC port and writes to the kernel NIC interfaces (``kni_ingress``),
315 and writes to a physical NIC port (``kni_egress``),
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Domap-gpmc.txt130 - gpmc,sync-write Enables synchronous writes. Defaults to asynchronous
135 - gpmc,wait-on-write Enables wait monitoring on writes.
/f-stack/dpdk/doc/guides/nics/
H A Dpcap_ring.rst10 * A libpcap -based PMD (**librte_net_pcap**) that reads and writes packets using libpcap,
65 The driver writes each received packet to the given pcap file.
92 The driver both reads and writes packets from and to the given interface.

123