HomeSort by: relevance | last modified time | path
    Searched defs:writes (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar2133.c 60 int writes)
63 freqIndex, writes);
69 * ASSUMES: Writes enabled to analog bus
176 int writes; local
211 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank0,
213 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank1,
214 priv->Bank1Data, writes);
215 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank2,
216 priv->Bank2Data, writes);
217 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank3
    [all...]
  /src/external/bsd/ipf/dist/ipsd/
ipsd.c 65 int writes = 0; variable
208 writestats(writes);
214 writes++;
  /src/external/bsd/libevent/dist/test/
bench.c 72 static int writes, failures; variable
91 if (writes) {
97 writes--;
125 writes = num_writes;
  /src/external/bsd/nsd/dist/
mini_event.h 102 writes, member in struct:event_base
  /src/external/bsd/ntp/dist/sntp/libevent/test/
bench.c 71 static int writes, failures; variable
90 if (writes) {
96 writes--;
124 writes = num_writes;
  /src/external/bsd/unbound/dist/util/
mini_event.h 117 writes, member in struct:event_base
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_queue.c 70 * except for the async write class. Asynchronous writes represent the data
73 * periodically so the number of queued async writes will quickly burst up and
84 * Async Writes
114 * must further throttle incoming writes (see dmu_tx_delay() for details).
135 * between reads, writes, and scrubs. E.g., increasing
137 * more quickly, but reads and writes to have higher latency and lower
171 * For read I/Os, we also aggregate across small adjacency gaps; for writes
253 "Acceptable gap between two writes being aggregated");
493 ksio->writes++;
541 int writes; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
tools.c 98 * Batching speeds writes overall, but too large a
1567 int rc, writes=0, depth=0; local
1689 writes++;
1690 if (writes == 1000) {
1716 writes = 0;
  /src/external/gpl3/gcc/dist/gcc/
graphite-scop-detection.cc 1357 add_write (vec<tree> *writes, tree def)
1359 writes->safe_push (def);
1382 vec<tree> *writes)
1400 add_write (writes, def);
1432 vec<tree> writes = vNULL; local
1452 build_cross_bb_scalars_def (scop, def, gimple_bb (stmt), &writes);
1476 add_write (&writes, res);
1500 add_write (&writes, res);
1533 if (drs.is_empty () && writes.is_empty () && reads.is_empty ())
1536 return new_gimple_poly_bb (bb, drs, reads, writes);
    [all...]
graphite-sese-to-poly.cc 678 vec<tree> &writes = gbb->write_scalar_refs; local
692 FOR_EACH_VEC_ELT (writes, i, var)
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-scop-detection.cc 1221 add_write (vec<tree> *writes, tree def)
1223 writes->safe_push (def);
1246 vec<tree> *writes)
1264 add_write (writes, def);
1296 vec<tree> writes = vNULL; local
1316 build_cross_bb_scalars_def (scop, def, gimple_bb (stmt), &writes);
1340 add_write (&writes, res);
1364 add_write (&writes, res);
1397 if (drs.is_empty () && writes.is_empty () && reads.is_empty ())
1400 return new_gimple_poly_bb (bb, drs, reads, writes);
    [all...]
graphite-sese-to-poly.cc 676 vec<tree> &writes = gbb->write_scalar_refs; local
690 FOR_EACH_VEC_ELT (writes, i, var)
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.c 341 fd_set reads, writes, errors; local
345 FD_ZERO(&writes);
477 FD_SET(io->fd, &writes);
485 rv = select(nfds, &reads, &writes, &errors, &tv);
500 } else if (FD_ISSET(io->fd, &writes)) {
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 1286 Writes and atomics do not accept SGPR. */
1411 Writes and atomics do not accept SGPR. */
4889 HARD_REG_SET writes; member in struct:ilist
4926 /* VALU writes SGPR followed by VMEM reading the same SGPR
4932 HARD_REG_SET regs = prev_insn->writes & ireads;
4944 (prev_insn->writes,
4949 (prev_insn->writes,
4954 /* VALU writes SGPR/VCC followed by v_{read,write}lane using
4960 HARD_REG_SET regs = prev_insn->writes & ireads;
4968 /* VALU writes VGPR followed by VALU_DPP reading that VGP
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 1662 Writes and atomics do not accept SGPR. */
1788 Writes and atomics do not accept SGPR. */
6204 HARD_REG_SET writes; member in struct:ilist
6242 HARD_REG_SET depregs = prev_insn->writes & ireads;
6244 /* VALU writes SGPR followed by VMEM reading the same SGPR
6259 (prev_insn->writes,
6264 (prev_insn->writes,
6269 /* VALU writes SGPR/VCC followed by v_{read,write}lane using
6280 /* VALU writes VGPR followed by VALU_DPP reading that VGPR
6303 (prev_insn->writes,
    [all...]

Completed in 66 milliseconds