Home
last modified time | relevance | path

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

123456789

/freebsd-14.2/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c54 int writes) in ar2133WriteRegs() argument
57 freqIndex, writes); in ar2133WriteRegs()
261 int writes; in ar2133SetRfRegs() local
304 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank0, in ar2133SetRfRegs()
306 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank1, in ar2133SetRfRegs()
307 priv->Bank1Data, writes); in ar2133SetRfRegs()
308 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank2, in ar2133SetRfRegs()
309 priv->Bank2Data, writes); in ar2133SetRfRegs()
311 priv->Bank3Data, writes); in ar2133SetRfRegs()
313 priv->Bank6Data, writes); in ar2133SetRfRegs()
[all …]
/freebsd-14.2/contrib/ntp/sntp/libevent/test/
H A Dbench.c69 static int writes, failures; variable
88 if (writes) { in read_cb()
94 writes--; in read_cb()
122 writes = num_writes; in run_once()
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_bn.pod28 ossl_DER_w_boolean() writes the primitive BOOLEAN using the value I<b>.
38 ossl_DER_w_null() writes the primitive NULL.
40 ossl_DER_w_octet_string() writes the primitive OCTET STRING using the bytes
43 ossl_DER_w_octet_string_uint32() writes the primitive OCTET STRING using a
/freebsd-14.2/contrib/libevent/test/
H A Dbench.c69 static int writes, failures; variable
88 if (writes) { in read_cb()
94 writes--; in read_cb()
122 writes = num_writes; in run_once()
/freebsd-14.2/sys/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 |
/freebsd-14.2/contrib/netbsd-tests/lib/libc/db/
H A DREADME21 + writes out the rest of the line into the output file; if the
27 + writes out the retrieved data DBT.
37 + writes out the retrieved data DBT.
/freebsd-14.2/contrib/unbound/util/
H A Dmini_event.c124 FD_ZERO(&base->writes); in event_init()
188 memmove(&w, &base->writes, sizeof(fd_set)); in handle_select()
304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_add()
337 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_del()
H A Dmini_event.h117 writes, member
/freebsd-14.2/lib/libc/db/test/
H A DREADME29 + writes out the rest of the line into the output file; if the
35 + writes out the retrieved data DBT.
45 + writes out the retrieved data DBT.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td223 // operand that both reads and writes a reg. In both cases we have a
242 // Variadic, then the list of prior writes are distributed across all
247 list<SchedWrite> Writes = writes;
276 // true for at least one of its writes. This field is only used by
306 // should define one of the writes to be zero micro-ops. If a
309 // or require additional writes. Extra writes can be required either
310 // by defining a WriteSequence, or simply listing extra writes in the
329 class ProcReadAdvance<int cycles, list<SchedWrite> writes = []> {
331 list<SchedWrite> ValidWrites = writes;
349 : ProcReadAdvance<cycles, writes> {
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td136 list<SchedWrite> writes = []> {
138 def : ReadAdvance<!cast<SchedRead>(name # "_WorstCase"), val, writes>;
141 def : ReadAdvance<!cast<SchedRead>(name # "_" # mx), val, writes>;
180 def : ReadAdvance<!cast<SchedRead>(name # "_WorstCase"), val, writes>;
200 all, writes, !listconcat(all, writes));
207 multiclass LMULReadAdvance<string name, int val, list<SchedWrite> writes = []>
208 : LMULReadAdvanceImpl<name, val, writes>;
216 : LMULSEWReadAdvanceImpl<name, val, writes, SchedMxList>;
233 : LMULSEWReadAdvanceImpl<name, val, writes, SchedMxListF, isF=1>;
240 : LMULReadAdvanceImpl<name, val, writes>;
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml75 affects writes to the tval register, due to the implicit counter read.
81 by back-to-back reads. This also affects writes to the tval register, due
88 return a value 32 beyond the correct value. This also affects writes to
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp747 sec.relaxAux->writes.push_back(0xa001); // c.j in relaxCall()
752 sec.relaxAux->writes.push_back(0x2001); // c.jal in relaxCall()
756 sec.relaxAux->writes.push_back(0x6f | rd << 7); // jal in relaxCall()
779 sec.relaxAux->writes.push_back(setLO12_I(insn, val)); in relaxTlsLe()
785 sec.relaxAux->writes.push_back(setLO12_S(insn, val)); in relaxTlsLe()
824 aux.writes.clear(); in relax()
998 write16le(p, aux.writes[writesIdx++]); in finalizeRelax()
1002 write32le(p, aux.writes[writesIdx++]); in finalizeRelax()
1008 write32le(p, aux.writes[writesIdx++]); in finalizeRelax()
/freebsd-14.2/contrib/dialog/samples/copifuncs/
H A Dcopi.trnrc10 ATTRIBUTION="%f writes:\n"
/freebsd-14.2/sys/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)
/freebsd-14.2/lib/libc/db/hash/
H A DREADME33 Reads the key/data pairs in the file hashtest and writes them
58 file, you may lose updates since the package buffers all writes. Also,
/freebsd-14.2/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c64 int writes) in ar5111WriteRegs() argument
66 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5111, modesIndex, writes); in ar5111WriteRegs()
67 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5111, 1, writes); in ar5111WriteRegs()
68 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5111, freqIndex, writes); in ar5111WriteRegs()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CRMF_pbmp_new.pod31 On success writes the address of the newly
32 allocated MAC via the I<mac> reference parameter and writes the length via the
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dintel-ixp46x-ixdp465.dts24 /* Enable writes on the expansion bus */
/freebsd-14.2/tools/regression/netinet/tcpstream/
H A DREADME5 client writes a pseudo-random byte stream using varying write sizes. The
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dsmsc-lan91c111.txt17 u16 writes to be 32 bits aligned
H A Dsmsc,lan91c111.yaml40 description: put in place the workaround the force all u16 writes to be
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c73 uint64_t writes; member
339 res->writes = nv_get_uint64(nvout, "stat_write%u", i); in update_resources()
495 value->v.counter64 = res->writes; in op_hastResourceTable()
/freebsd-14.2/sys/contrib/device-tree/Bindings/misc/
H A Deeprom-93xx46.txt14 - read-only : parameter-less property which disables writes to the EEPROM
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c337 uint_t writes; in vdev_queue_max_async_writes() local
370 writes = (dirty - min_bytes) * in vdev_queue_max_async_writes()
375 ASSERT3U(writes, >=, zfs_vdev_async_write_min_active); in vdev_queue_max_async_writes()
376 ASSERT3U(writes, <=, zfs_vdev_async_write_max_active); in vdev_queue_max_async_writes()
377 return (writes); in vdev_queue_max_async_writes()

123456789