| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm_trace.h | 78 __field(uint32_t, writes) 86 __entry->writes = write_count; 94 TP_printk("%s:%d reads=%08ld (%08ld total), writes=%08ld (%08ld total)", 99 (unsigned long)__entry->writes)
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/emptyds/tests/data/ |
| emptyds.conf | 40 logops 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/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/openldap/dist/tests/data/ |
| slapd-deltasync-provider.conf | 70 logops writes
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/ |
| llvm_bitwriter.mli | 14 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at 20 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module 33 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
|
| /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...] |
| ar9280.c | 47 int writes) 50 freqIndex, writes); 56 * ASSUMES: Writes enabled to analog bus
|
| /src/external/bsd/nsd/dist/ |
| mini_event.h | 102 writes, member in struct:event_base
|
| mini_event.c | 139 FD_ZERO(&base->writes); 209 memmove(&w, &base->writes, sizeof(fd_set)); 357 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); 391 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes);
|
| /src/external/mpl/dhcp/dist/contrib/ |
| 3.0b1-lease-convert | 79 given) and writes to stdout. Converts a 3.0b1-style leases file to a 3.0b2
|
| /src/external/bsd/unbound/dist/util/ |
| mini_event.h | 117 writes, member in struct:event_base
|
| mini_event.c | 127 FD_ZERO(&base->writes); 191 memmove(&w, &base->writes, sizeof(fd_set)); 307 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->writes); 340 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes);
|
| /src/external/bsd/ipf/dist/ipsd/ |
| ipsd.c | 65 int writes = 0; variable 208 writestats(writes); 214 writes++;
|
| /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/unbound/dist/testdata/redis_reconnect_interval.tdir/ |
| redis.conf | 125 # By default Redis will stop accepting writes if RDB snapshots are enabled 132 # automatically allow writes again. 138 stop-writes-on-bgsave-error yes 187 # You can configure a replica instance to accept writes or not. Writing against 212 # 1) Disk-backed: The Redis master creates a new process that writes the RDB 215 # 2) Diskless: The Redis master creates a new process that directly writes the 396 # a power outage may result into a few minutes of writes lost (depending on 401 # (see later in the config file) Redis can lose just one second of writes in a
|
| /src/external/bsd/unbound/dist/testdata/redis_replica.tdir/ |
| redis.conf | 125 # By default Redis will stop accepting writes if RDB snapshots are enabled 132 # automatically allow writes again. 138 stop-writes-on-bgsave-error yes 187 # You can configure a replica instance to accept writes or not. Writing against 212 # 1) Disk-backed: The Redis master creates a new process that writes the RDB 215 # 2) Diskless: The Redis master creates a new process that directly writes the 396 # a power outage may result into a few minutes of writes lost (depending on 401 # (see later in the config file) Redis can lose just one second of writes in a
|
| /src/external/gpl3/gcc/dist/contrib/legacy/ |
| mklog.pl | 90 When -i is used and file.diff is not -, it writes to file.diff, otherwise it 91 writes to stdout.
|
| /src/external/gpl3/gcc.old/dist/contrib/legacy/ |
| mklog.pl | 90 When -i is used and file.diff is not -, it writes to file.diff, otherwise it 91 writes to stdout.
|
| /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...] |
| /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...] |
| /src/sys/external/isc/atheros_hal/dist/ar5212/ |
| ar5111.c | 64 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); 74 * ASSUMES: Writes enabled to analog bus
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| test032-chain | 182 # Testing writes to first server 196 description: testing chain overlay writes... 223 # Testing writes to second server 238 description: testing chain overlay writes...
|
| /src/external/bsd/openldap/dist/tests/data/regressions/its9051/ |
| its9051 | 91 olcAccessLogOps: writes
|
| /src/sys/external/isc/atheros_hal/dist/ar5312/ |
| ar5312_reset.c | 51 HAL_BOOL bChannelChange, int writes) 66 DMA_YIELD(writes); 69 return writes; 147 * it requires the doubling writes to the RESET_TSF 219 /* Setup the indices for the next set of register array writes */
|