Searched refs:batch (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.h39 * To minimize the delay caused by the batch flush, run all fsync calls
56 /* Set *RESULT_P to a new batch fsync structure, allocated in RESULT_POOL.
71 svn_fs_x__batch_fsync_t *batch,
82 svn_fs_x__batch_fsync_new_path(svn_fs_x__batch_fsync_t *batch,
89 svn_fs_x__batch_fsync_run(svn_fs_x__batch_fsync_t *batch,
H A Dbatch_fsync.c309 svn_fs_x__batch_fsync_t *batch = data; local
313 for (hi = apr_hash_first(apr_hash_pool_get(batch->files), batch->files);
348 svn_fs_x__batch_fsync_t *batch,
361 to_sync = svn_hash_gets(batch->files, path);
405 to_sync->counter = batch->counter;
407 svn_hash_sets(batch->files,
408 apr_pstrdup(apr_hash_pool_get(batch->files), path),
417 SVN_ERR(svn_fs_x__batch_fsync_new_path(batch, path, scratch_pool));
426 svn_fs_x__batch_fsync_t *batch,
347 internal_open_file(apr_file_t **file, svn_fs_x__batch_fsync_t *batch, const char *path, apr_int32_t flags, apr_pool_t *scratch_pool) argument
425 svn_fs_x__batch_fsync_open_file(apr_file_t **file, svn_fs_x__batch_fsync_t *batch, const char *filename, apr_pool_t *scratch_pool) argument
440 svn_fs_x__batch_fsync_new_path(svn_fs_x__batch_fsync_t *batch, const char *path, apr_pool_t *scratch_pool) argument
492 svn_fs_x__batch_fsync_run(svn_fs_x__batch_fsync_t *batch, apr_pool_t *scratch_pool) argument
[all...]
H A Drevprops.h120 svn_fs_x__batch_fsync_t *batch,
H A Drevprops.c1052 svn_fs_x__batch_fsync_t *batch,
1060 SVN_ERR(svn_fs_x__batch_fsync_open_file(&file, batch, *tmp_path,
1085 svn_fs_x__batch_fsync_t *batch,
1095 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool));
1099 batch, scratch_pool));
1100 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool));
1176 svn_fs_x__batch_fsync_t *batch,
1210 SVN_ERR(svn_fs_x__batch_fsync_open_file(file, batch, new_path,
1239 svn_fs_x__batch_fsync_t *batch,
1286 SVN_ERR(svn_fs_x__batch_fsync_open_file(&file, batch, *tmp_pat
1047 write_non_packed_revprop(const char **final_path, const char **tmp_path, svn_fs_t *fs, svn_revnum_t rev, apr_hash_t *proplist, svn_fs_x__batch_fsync_t *batch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1079 switch_to_new_revprop(svn_fs_t *fs, const char *final_path, const char *tmp_path, const char *perms_reference, apr_array_header_t *files_to_delete, svn_boolean_t bump_generation, svn_fs_x__batch_fsync_t *batch, apr_pool_t *scratch_pool) argument
1171 repack_file_open(apr_file_t **file, svn_fs_t *fs, packed_revprops_t *revprops, svn_revnum_t start_rev, apr_array_header_t **files_to_delete, svn_fs_x__batch_fsync_t *batch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1233 write_packed_revprop(const char **final_path, const char **tmp_path, apr_array_header_t **files_to_delete, svn_fs_t *fs, svn_revnum_t rev, apr_hash_t *proplist, svn_fs_x__batch_fsync_t *batch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1392 svn_fs_x__batch_fsync_t *batch; local
1507 copy_revprops(svn_fs_t *fs, const char *pack_file_dir, const char *pack_filename, const char *shard_path, svn_revnum_t start_rev, svn_revnum_t end_rev, apr_array_header_t *sizes, apr_size_t total_size, int compression_level, svn_fs_x__batch_fsync_t *batch, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1566 svn_fs_x__pack_revprops_shard(svn_fs_t *fs, const char *pack_file_dir, const char *shard_path, apr_int64_t shard, int max_files_per_dir, apr_int64_t max_pack_size, int compression_level, svn_fs_x__batch_fsync_t *batch, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/usr.bin/at/
H A DMakefile9 ${BINDIR}/at ${BINDIR}/batch
10 MLINKS= at.1 batch.1 \
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/gdb/
H A Dt_regress.sh49 gdb --batch -x test.gdb dig >gdb.out
70 gdb --batch -x test.gdb ./test >gdb.out 2>&1
/freebsd-11-stable/crypto/openssh/regress/
H A Dputty-transfer.sh19 env HOME=$PWD ${PLINK} -load compression_$c -batch \
31 -batch -i putty.rsa$p \
H A Dsftp.sh6 SFTPCMDFILE=${OBJ}/batch
H A Dputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
H A Dputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 true
H A Dssh-com-sftp.sh6 SFTPCMDFILE=${OBJ}/batch
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h111 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); local
115 new(batch + i) T;
116 *(IndexT*)(batch + i) = i + 1 + fillpos_ * kL2Size;
118 *(IndexT*)(batch + kL2Size - 1) = 0;
120 map_[fillpos_++] = batch;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h32 void *batch[kSize]; member in struct:__sanitizer::QuarantineBatch
36 batch[0] = ptr;
37 this->size = size + sizeof(QuarantineBatch); // Account for the batch size.
40 // The total size of quarantined nodes recorded in this batch.
47 batch[count++] = ptr;
60 batch[count + i] = from->batch[i];
165 // require some tuning). It saves us merge attempt when the batch list
186 CHECK(kPrefetch <= ARRAY_SIZE(b->batch));
188 PREFETCH(b->batch[
[all...]
H A Dsanitizer_allocator_local_cache.h161 void *res = c->batch[--c->count];
162 PREFETCH(c->batch[c->count - 1]);
176 c->batch[c->count++] = p;
204 void *batch[2 * TransferBatch::kMaxNumCached]; member in struct:SizeClassAllocator32LocalCache::PerClass
220 // id. 0 means the class size is large enough to store a batch within one
241 b->CopyToArray(c->batch);
252 class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]);
253 // Failure to allocate a batch while releasing memory is non recoverable.
254 // TODO(alekseys): Figure out how to do it without allocating a new batch.
257 "transfer batch
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmain.c122 static int batch = 0; local
270 {"batch", no_argument, &batch, 1},
525 if (batch)
656 if (catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL))
662 catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL);
685 !batch, RETURN_MASK_ALL) == 0)
687 !batch, RETURN_MASK_ALL);
691 !batch, RETURN_MASK_ALL);
695 catch_command_errors (tty_command, ttyarg, !batch, RETURN_MASK_AL
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Di915_dma.c488 drm_i915_batchbuffer_t * batch)
491 struct drm_clip_rect __user *boxes = batch->cliprects;
492 int nbox = batch->num_cliprects;
496 if ((batch->start | batch->used) & 0x7) {
508 batch->DR1, batch->DR4);
517 OUT_RING(batch->start);
520 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
526 OUT_RING(batch
487 i915_dispatch_batchbuffer(struct drm_device * dev, drm_i915_batchbuffer_t * batch) argument
618 drm_i915_batchbuffer_t *batch = data; local
[all...]
/freebsd-11-stable/usr.bin/patch/
H A Dcommon.h88 extern bool batch;
/freebsd-11-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh38 # Run a single gdb command against a kernel file in batch mode.
48 /usr/local/bin/gdb -batch -ex "$@" $k
50 echo -e "$@" | /usr/bin/gdb -x /dev/stdin -batch $k
/freebsd-11-stable/etc/rc.d/
H A Dsendmail130 openssl req -batch -passout pass:"$certpass" -new -x509 \
135 openssl req -batch -nodes -new -x509 -keyout newkey.pem \
144 -key "$certpass" -batch -infiles tmp.pem >/dev/null 2>&1 &&
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_dma.c473 drm_i915_batchbuffer_t * batch,
477 int nbox = batch->num_cliprects;
480 if ((batch->start | batch->used) & 0x7) {
491 batch->DR1, batch->DR4);
503 OUT_RING(batch->start);
506 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
514 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
515 OUT_RING(batch
472 i915_dispatch_batchbuffer(struct drm_device * dev, drm_i915_batchbuffer_t * batch, struct drm_clip_rect *cliprects) argument
618 drm_i915_batchbuffer_t *batch = data; local
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c99 uint16_t batch; member in struct:__anon5533
398 printf(" -b batch batch size (default: %d)\n", DEF_BATCH);
579 glob_arg.batch = DEF_BATCH;
613 glob_arg.batch = atoi(optarg);
614 D("batch is %d", glob_arg.batch);
946 int batch = 0; local
975 batch++;
976 if (unlikely(batch >
[all...]
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c226 unsigned int batch; local
254 batch = 0;
262 id = (rxq->added + batch) & rxq->ptr_mask;
279 addr[batch++] = seg.ds_addr;
281 if (batch == SFXGE_REFILL_BATCH) {
282 efx_rx_qpost(rxq->common, addr, mblksize, batch,
284 rxq->added += batch;
285 batch = 0;
292 if (batch != 0) {
293 efx_rx_qpost(rxq->common, addr, mblksize, batch,
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c158 static int batch = 0; variable
303 } else if (strcmp(*argv, "-batch") == 0)
304 batch = 1;
423 " -batch do not ask anything during request generation\n");
1148 if (!batch) {
1236 && (!batch)) {
1370 if (!batch)
1379 if (!batch) {
1408 if (batch || value)
1429 if (!batch)
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c387 unsigned int batch; local
413 /* Read up until the end of the batch period */
414 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1));
416 for (total = 0; total < batch; ++total) {
431 * Prefetch the next batch when we get within PREFETCH_PERIOD
432 * of a completed batch. If the batch is smaller, then prefetch
435 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIOD)
439 /* Process the batch of events */
445 /* Prefetch if we've now reached the batch perio
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c169 int batch; local
185 batch = shadow_ring.head - kring->nr_hwcur;
186 if (batch < 0)
187 batch += num_slots;
190 if (batch > PTN_TX_BATCH_LIM(num_slots)) {
192 * that we don't exceed our batch limit. */
197 nm_prdis(1, "batch: %d head: %d head_lim: %d", batch, shadow_ring.head,
200 batch = PTN_TX_BATCH_LIM(num_slots);

Completed in 237 milliseconds

123