Searched refs:writes (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench.c67 static int count, writes, fired, failures; variable
85 if (writes) {
91 writes--;
119 writes = num_writes;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c54 int writes)
57 freqIndex, writes);
261 int writes; local
304 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank0,
306 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank1,
307 priv->Bank1Data, writes);
308 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank2,
309 priv->Bank2Data, writes);
310 writes = ath_hal_ini_bank_write(ah, &AH5416(ah)->ah_ini_bank3,
311 priv->Bank3Data, writes);
53 ar2133WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c124 cache->writes++;
197 cache->writes++;
218 info->sets = cache->writes;
236 cache->writes = 0;
H A Dcache.h101 apr_uint64_t writes; member in struct:svn_cache__t
/freebsd-11-stable/contrib/unbound/util/
H A Dmini_event.c124 FD_ZERO(&base->writes);
188 memmove(&w, &base->writes, sizeof(fd_set));
304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes);
337 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes);
H A Dmini_event.h117 writes, member in struct:event_base
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp233 bool reads, writes; local
234 std::tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg);
235 weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi);
238 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb))
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c395 fd_set writes; local
399 FD_ZERO(&writes);
420 FD_SET(fd, &writes);
436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c75 uint64_t writes; member in struct:hast_snmp_resource
341 res->writes = nv_get_uint64(nvout, "stat_write%u", i);
497 value->v.counter64 = res->writes;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c64 int writes)
66 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5111, modesIndex, writes);
67 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5111, 1, writes);
68 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5111, freqIndex, writes);
63 ar5111WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar2317.c69 int writes)
71 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2317, modesIndex, writes);
72 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2317, 1, writes);
73 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2317, freqIndex, writes);
68 ar2317WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar2413.c65 int writes)
67 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2413, modesIndex, writes);
68 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2413, 1, writes);
69 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2413, freqIndex, writes);
64 ar2413WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar2425.c53 int writes)
55 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_2425, modesIndex, writes);
56 HAL_INI_WRITE_ARRAY(ah, ar5212Common_2425, 1, writes);
57 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_2425, freqIndex, writes);
52 ar2425WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar5112.c65 int writes)
67 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5112, modesIndex, writes);
68 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5112, 1, writes);
69 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5112, freqIndex, writes);
64 ar5112WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar5413.c65 int writes)
67 HAL_INI_WRITE_ARRAY(ah, ar5212Modes_5413, modesIndex, writes);
68 HAL_INI_WRITE_ARRAY(ah, ar5212Common_5413, 1, writes);
69 HAL_INI_WRITE_ARRAY(ah, ar5212BB_RfGain_5413, freqIndex, writes);
64 ar5413WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar5212_reset.c73 HAL_BOOL bChannelChange, int writes)
88 DMA_YIELD(writes);
91 return writes;
179 * it requires doubling writes to the RESET_TSF
265 /* Setup the indices for the next set of register array writes */
1230 /* need some delay before flush any pending MMR writes */
1266 /* need some delay before flush any pending MMR writes */
1272 (void) OS_REG_READ(ah, AR_RXDP);/* flush any pending MMR writes */
72 write_common(struct ath_hal *ah, const HAL_INI_ARRAY *ia, HAL_BOOL bChannelChange, int writes) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c47 int writes)
50 freqIndex, writes);
46 ar9280WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
H A Dar9287.c47 int writes)
50 freqIndex, writes);
46 ar9287WriteRegs(struct ath_hal *ah, u_int modesIndex, u_int freqIndex, int writes) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql61 /* An INSERT takes an SQLite reserved lock that prevents other writes
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c71 * except for the async write class. Asynchronous writes represent the data
74 * periodically so the number of queued async writes will quickly burst up and
115 * must further throttle incoming writes (see dmu_tx_delay() for details).
136 * between reads, writes, and scrubs. E.g., increasing
138 * more quickly, but reads and writes to have higher latency and lower
176 * For read I/Os, we also aggregate across small adjacency gaps; for writes
206 * to be 32 per allocator to get good aggregation of sequential writes.
274 "Acceptable gap between two writes being aggregated");
512 ksio->writes++;
564 int writes; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c57 HAL_BOOL bChannelChange, int writes)
72 DMA_YIELD(writes);
75 return writes;
142 * it requires the doubling writes to the RESET_TSF
214 /* Setup the indices for the next set of register array writes */
56 write_common(struct ath_hal *ah, const HAL_INI_ARRAY *ia, HAL_BOOL bChannelChange, int writes) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql83 /* An INSERT takes an SQLite reserved lock that prevents other writes
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp260 os << " writes ";
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2055.c1355 unsigned int i, writes = 0; local
1368 if (++writes % 4 == 0)
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3414 % control sequences and just writes whatever the best ASCII sort string
3625 % The texindex program reads in these files and writes files

Completed in 170 milliseconds

12