Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c309 svn_fs_x__batch_fsync_t *batch = data; in fsync_batch_cleanup() local
313 for (hi = apr_hash_first(apr_hash_pool_get(batch->files), batch->files); in fsync_batch_cleanup()
348 svn_fs_x__batch_fsync_t *batch, in internal_open_file() argument
361 to_sync = svn_hash_gets(batch->files, path); in internal_open_file()
405 to_sync->counter = batch->counter; in internal_open_file()
407 svn_hash_sets(batch->files, in internal_open_file()
510 for (hi = apr_hash_first(scratch_pool, batch->files); in svn_fs_x__batch_fsync_run()
524 if (batch->flush_to_disk) in svn_fs_x__batch_fsync_run()
540 if (apr_hash_count(batch->files) > 1) in svn_fs_x__batch_fsync_run()
574 if (batch->flush_to_disk) in svn_fs_x__batch_fsync_run()
[all …]
H A Drevprops.c1052 svn_fs_x__batch_fsync_t *batch, in write_non_packed_revprop() argument
1085 svn_fs_x__batch_fsync_t *batch, in switch_to_new_revprop() argument
1095 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool)); in switch_to_new_revprop()
1099 batch, scratch_pool)); in switch_to_new_revprop()
1100 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool)); in switch_to_new_revprop()
1176 svn_fs_x__batch_fsync_t *batch, in repack_file_open() argument
1239 svn_fs_x__batch_fsync_t *batch, in write_packed_revprop() argument
1341 files_to_delete, batch, in write_packed_revprop()
1350 files_to_delete, batch, in write_packed_revprop()
1392 svn_fs_x__batch_fsync_t *batch; in svn_fs_x__set_revision_proplist() local
[all …]
H A Dbatch_fsync.h71 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 Dtransaction.c3484 svn_fs_x__batch_fsync_t *batch, in write_final_revprop() argument
3574 svn_fs_x__batch_fsync_t *batch, in auto_create_shard() argument
3618 svn_fs_x__batch_fsync_t *batch, in get_writable_final_rev() argument
3668 svn_fs_x__batch_fsync_t *batch, in write_next_file() argument
3694 svn_fs_x__batch_fsync_t *batch, in bump_current() argument
3703 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool)); in bump_current()
3709 batch, scratch_pool)); in bump_current()
3712 SVN_ERR(svn_fs_x__batch_fsync_run(batch, scratch_pool)); in bump_current()
3779 svn_fs_x__batch_fsync_t *batch; in commit_body() local
3837 batch, subpool)); in commit_body()
[all …]
H A Dpack.c247 svn_fs_x__batch_fsync_t *batch, in initialize_pack_context() argument
277 SVN_ERR(svn_fs_x__batch_fsync_open_file(&context->pack_file, batch, in initialize_pack_context()
1922 svn_fs_x__batch_fsync_t *batch, in pack_log_addressed() argument
1949 shard_rev, max_items, batch, cancel_func, in pack_log_addressed()
2022 svn_fs_x__batch_fsync_t *batch, in pack_rev_shard() argument
2043 max_mem, batch, cancel_func, cancel_baton, in pack_rev_shard()
2079 svn_fs_x__batch_fsync_t *batch; in pack_shard() local
2087 SVN_ERR(svn_fs_x__batch_fsync_create(&batch, ffd->flush_to_disk, in pack_shard()
2102 shard, max_files_per_dir, max_mem, batch, in pack_shard()
2111 compression_level, batch, in pack_shard()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dmain.c122 static int batch = 0; in captured_main() local
270 {"batch", no_argument, &batch, 1}, in captured_main()
525 if (batch) in captured_main()
662 catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL); in captured_main()
685 !batch, RETURN_MASK_ALL) == 0) in captured_main()
687 !batch, RETURN_MASK_ALL); in captured_main()
691 !batch, RETURN_MASK_ALL); in captured_main()
695 catch_command_errors (tty_command, ttyarg, !batch, RETURN_MASK_ALL); in captured_main()
727 source_command (cmdarg[i], !batch); in captured_main()
731 catch_command_errors (source_command, cmdarg[i], !batch, RETURN_MASK_ALL); in captured_main()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h33 void *batch[kSize]; member
37 batch[0] = ptr; in init()
48 batch[count++] = ptr; in push_back()
61 batch[count + i] = from->batch[i]; in merge()
187 CHECK(kPrefetch <= ARRAY_SIZE(b->batch)); in DoRecycle()
189 PREFETCH(b->batch[i]); in DoRecycle()
192 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()
193 cb.Recycle((Node*)b->batch[i]); in DoRecycle()
H A Dsanitizer_allocator_local_cache.h169 void *res = c->batch[--c->count]; in Allocate()
170 PREFETCH(c->batch[c->count - 1]); in Allocate()
184 c->batch[c->count++] = p; in Deallocate()
212 void *batch[2 * TransferBatch::kMaxNumCached]; member
249 b->CopyToArray(c->batch); in Refill()
260 class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]); in Drain()
268 b->SetFromArray(&c->batch[first_idx_to_drain], count); in Drain()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h112 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); in Refill() local
116 new(batch + i) T; in Refill()
117 *(IndexT*)(batch + i) = i + 1 + fillpos_ * kL2Size; in Refill()
119 *(IndexT*)(batch + kL2Size - 1) = 0; in Refill()
121 map_[fillpos_++] = batch; in Refill()
/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_dma.c473 drm_i915_batchbuffer_t * batch, in i915_dispatch_batchbuffer() argument
477 int nbox = batch->num_cliprects; in i915_dispatch_batchbuffer()
480 if ((batch->start | batch->used) & 0x7) { in i915_dispatch_batchbuffer()
491 batch->DR1, batch->DR4); in i915_dispatch_batchbuffer()
503 OUT_RING(batch->start); in i915_dispatch_batchbuffer()
515 OUT_RING(batch->start + batch->used - 4); in i915_dispatch_batchbuffer()
618 drm_i915_batchbuffer_t *batch = data; in i915_batchbuffer() local
631 batch->start, batch->used, batch->num_cliprects); in i915_batchbuffer()
635 if (batch->num_cliprects < 0) in i915_batchbuffer()
638 if (batch->num_cliprects) { in i915_batchbuffer()
[all …]
/freebsd-12.1/usr.bin/at/
H A DMakefile12 ${BINDIR}/at ${BINDIR}/batch
13 MLINKS= at.1 batch.1 \
/freebsd-12.1/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-12.1/crypto/openssh/regress/
H A Dputty-transfer.sh17 env HOME=$PWD ${PLINK} -load compression_$c -batch \
29 -batch -i ${OBJ}/putty.rsa2 \
H A Dputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i ${OBJ}/putty.rsa2 true
H A Dsftp.sh6 SFTPCMDFILE=${OBJ}/batch
H A Dputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i ${OBJ}/putty.rsa2 \
H A Dssh-com-sftp.sh6 SFTPCMDFILE=${OBJ}/batch
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DOptions.td99 def batch: F<"batch">,
103 Alias<batch>,
104 HelpText<"Alias for --batch">,
117 …HelpText<"When in batch mode, tells the debugger to source this file of lldb commands if the targe…
126 …HelpText<"When in batch mode, tells the debugger to source this file of lldb commands if the targe…
/freebsd-12.1/libexec/rc/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-12.1/tools/tools/netmap/
H A Dlb.c99 uint16_t batch; member
579 glob_arg.batch = DEF_BATCH; in main()
613 glob_arg.batch = atoi(optarg); in main()
614 D("batch is %d", glob_arg.batch); in main()
946 int batch = 0; in main() local
975 batch++; in main()
976 if (unlikely(batch >= glob_arg.batch)) { in main()
978 batch = 0; in main()
/freebsd-12.1/sys/dev/sfxge/common/
H A Defx_ev.c389 unsigned int batch; in efx_ev_qpoll() local
416 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1)); in efx_ev_qpoll()
418 for (total = 0; total < batch; ++total) { in efx_ev_qpoll()
437 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIOD) in efx_ev_qpoll()
448 if (total == batch && in efx_ev_qpoll()
450 offset = (count + batch) & eep->ee_mask; in efx_ev_qpoll()
511 EFSYS_ASSERT(batch <= EFX_EV_BATCH); in efx_ev_qpoll()
512 batch += (EFX_EV_BATCH << 1); in efx_ev_qpoll()
513 EFSYS_ASSERT(total != batch); in efx_ev_qpoll()
532 } while (total == batch); in efx_ev_qpoll()
/freebsd-12.1/sys/dev/sfxge/
H A Dsfxge_rx.c228 unsigned int batch; in sfxge_rx_qfill() local
256 batch = 0; in sfxge_rx_qfill()
264 id = (rxq->added + batch) & rxq->ptr_mask; in sfxge_rx_qfill()
281 addr[batch++] = seg.ds_addr; in sfxge_rx_qfill()
283 if (batch == SFXGE_REFILL_BATCH) { in sfxge_rx_qfill()
284 efx_rx_qpost(rxq->common, addr, mblksize, batch, in sfxge_rx_qfill()
286 rxq->added += batch; in sfxge_rx_qfill()
287 batch = 0; in sfxge_rx_qfill()
294 if (batch != 0) { in sfxge_rx_qfill()
295 efx_rx_qpost(rxq->common, addr, mblksize, batch, in sfxge_rx_qfill()
[all …]
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_kloop.c169 int batch; in netmap_sync_kloop_tx_ring() local
185 batch = shadow_ring.head - kring->nr_hwcur; in netmap_sync_kloop_tx_ring()
186 if (batch < 0) in netmap_sync_kloop_tx_ring()
187 batch += num_slots; in netmap_sync_kloop_tx_ring()
190 if (batch > PTN_TX_BATCH_LIM(num_slots)) { in netmap_sync_kloop_tx_ring()
197 nm_prdis(1, "batch: %d head: %d head_lim: %d", batch, shadow_ring.head, in netmap_sync_kloop_tx_ring()
200 batch = PTN_TX_BATCH_LIM(num_slots); in netmap_sync_kloop_tx_ring()
/freebsd-12.1/usr.sbin/crashinfo/
H A Dcrashinfo.sh71 ${GDB} -batch -ex "$@" $k
73 echo -e "$@" | ${GDB} -x /dev/stdin -batch $k
/freebsd-12.1/crypto/openssl/apps/
H A Dca.c97 long days, int batch, const char *ext_sect, CONF *conf,
122 int batch, int verbose, X509_REQ *req, const char *ext_sect,
255 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main() local
361 batch = 1; in ca_main()
727 batch = 1; in ca_main()
895 startdate, enddate, days, batch, extensions, in ca_main()
915 enddate, days, batch, extensions, conf, verbose, in ca_main()
934 enddate, days, batch, extensions, conf, verbose, in ca_main()
958 if (!batch) { in ca_main()
1269 long days, int batch, const char *ext_sect, CONF *lconf, in certify() argument
[all …]

1234