Home
last modified time | relevance | path

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

1234

/freebsd/tests/sys/netinet/libalias/
H A Dperf.c75 } *batch; in main() local
133 if (NULL == (batch = calloc(batch_size, sizeof(*batch)))) { in main()
150 batch[i].src.s_addr = prv1.s_addr | htonl(rand_range(0, 0xffff)); in main()
151 batch[i].dst.s_addr = ext.s_addr | htonl(rand_range(0, 0xffff)); in main()
152 batch[i].sport = rand_range(1000, 60000); in main()
153 batch[i].dport = rand_range(1000, 60000); in main()
155 p->ip_src = batch[i].src; in main()
156 p->ip_dst = batch[i].dst; in main()
157 u = set_udp(p, batch[i].sport, batch[i].dport); in main()
160 batch[i].aport = htons(u->uh_sport); in main()
[all …]
H A D2_natout.c256 } *batch; variable
266 batch = calloc(batch_size, sizeof(*batch));
267 ATF_REQUIRE(batch != NULL);
279 batch[i].src.s_addr = s.s_addr | htonl(rand_range(0, 0xffff));
280 batch[i].dst.s_addr = d.s_addr | htonl(rand_range(0, 0xffff));
281 batch[i].sport = rand_range(1000, 60000);
282 batch[i].dport = rand_range(1000, 60000);
287 batch[i].src, batch[i].sport,
288 batch[i].dst, batch[i].dport,
290 batch[i].aport = htons(u->uh_sport);
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_shrinker.c104 unsigned long batch; in shrinker_shrink() local
112 batch = s->batch ? s->batch : SHRINKER_BATCH; in shrinker_shrink()
114 sc.nr_to_scan = batch; in shrinker_shrink()
118 scanned += batch; in shrinker_shrink()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h32 void *batch[kSize]; member
36 batch[0] = ptr; in init()
47 batch[count++] = ptr; in push_back()
60 batch[count + i] = from->batch[i]; in merge()
182 CHECK(kPrefetch <= ARRAY_SIZE(b->batch)); in DoRecycle()
184 PREFETCH(b->batch[i]); in DoRecycle()
187 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()
188 cb.Recycle((Node*)b->batch[i]); in DoRecycle()
H A Dsanitizer_allocator_local_cache.h168 void *res = c->batch[--c->count]; in Allocate()
169 PREFETCH(c->batch[c->count - 1]); in Allocate()
183 c->batch[c->count++] = p; in Deallocate()
211 void *batch[2 * TransferBatch::kMaxNumCached]; member
248 b->CopyToArray(c->batch); in Refill()
259 class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]); in Drain()
267 b->SetFromArray(&c->batch[first_idx_to_drain], count); in Drain()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h122 IndexT batch; member
146 idx = MapBlock(idx)->batch; in Refill()
156 ptr->batch = head_idx; in Drain()
180 T *batch = (T *)MmapOrDie(kL2Size * sizeof(T), name_); in AllocSuperBlock() local
181 map_[fillpos] = batch; in AllocSuperBlock()
184 new (batch + i) T; in AllocSuperBlock()
/freebsd/usr.bin/at/
H A DMakefile10 ${BINDIR}/at ${BINDIR}/batch
11 MLINKS= at.1 batch.1 \
/freebsd/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/crypto/openssh/regress/
H A Dputty-transfer.sh20 env HOME=$PWD ${PLINK} -load compression_$c -batch \
32 -batch -i ${OBJ}/putty.rsa2 \
H A Dsftp.sh6 SFTPCMDFILE=${OBJ}/batch
H A Dssh-com-sftp.sh6 SFTPCMDFILE=${OBJ}/batch
H A Dputty-kex.sh29 env HOME=$PWD ${PLINK} -v -load localhost_proxy -batch -i ${OBJ}/putty.rsa2 true \
H A Dputty-ciphers.sh47 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i ${OBJ}/putty.rsa2 \
/freebsd/sys/geom/eli/
H A Dg_eli_privacy.c264 bool batch; in g_eli_crypto_run() local
312 batch = atomic_load_int(&g_eli_batch) != 0; in g_eli_crypto_run()
348 if (batch) { in g_eli_crypto_run()
357 if (batch) in g_eli_crypto_run()
H A Dg_eli_integrity.c457 bool batch; in g_eli_auth_run() local
512 batch = atomic_load_int(&g_eli_batch) != 0; in g_eli_auth_run()
576 if (batch) { in g_eli_auth_run()
585 if (batch) in g_eli_auth_run()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td108 def batch: F<"batch">,
112 Alias<batch>,
113 HelpText<"Alias for --batch">,
126 …HelpText<"When in batch mode, tells the debugger to run this one-line lldb command if the target c…
135 …HelpText<"When in batch mode, tells the debugger to source this file of lldb commands if the targe…
/freebsd/libexec/rc/rc.d/
H A Dsendmail149 openssl req -batch -passout pass:"$certpass" -new -x509 \
154 openssl req -batch -nodes -new -x509 -keyout newkey.pem \
163 -key "$certpass" -batch -infiles tmp.pem >/dev/null 2>&1 &&
/freebsd/tools/tools/netmap/
H A Dlb.c99 uint16_t batch; member
624 glob_arg.batch = DEF_BATCH; in main()
658 glob_arg.batch = atoi(optarg); in main()
659 D("batch is %d", glob_arg.batch); in main()
1004 int batch = 0; in main() local
1041 batch++; in main()
1042 if (unlikely(batch >= glob_arg.batch)) { in main()
1044 batch = 0; in main()
/freebsd/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/sys/dev/sfxge/
H A Dsfxge_rx.c225 unsigned int batch; in sfxge_rx_qfill() local
253 batch = 0; in sfxge_rx_qfill()
261 id = (rxq->added + batch) & rxq->ptr_mask; in sfxge_rx_qfill()
278 addr[batch++] = seg.ds_addr; in sfxge_rx_qfill()
280 if (batch == SFXGE_REFILL_BATCH) { in sfxge_rx_qfill()
281 efx_rx_qpost(rxq->common, addr, mblksize, batch, in sfxge_rx_qfill()
283 rxq->added += batch; in sfxge_rx_qfill()
284 batch = 0; in sfxge_rx_qfill()
291 if (batch != 0) { in sfxge_rx_qfill()
292 efx_rx_qpost(rxq->common, addr, mblksize, batch, in sfxge_rx_qfill()
[all …]
/freebsd/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/crypto/openssl/apps/
H A Dca.c100 long days, int batch, const char *ext_sect, CONF *conf,
111 const char *enddate, long days, int batch, const char *ext_sect,
128 int batch, int verbose, X509_REQ *req, const char *ext_sect,
293 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main() local
422 batch = 1; in ca_main()
801 batch = 1; in ca_main()
990 startdate, enddate, days, batch, extensions, in ca_main()
1011 enddate, days, batch, extensions, conf, verbose, in ca_main()
1032 enddate, days, batch, extensions, conf, verbose, in ca_main()
1056 if (!batch) { in ca_main()
[all …]
H A Dreq.c80 static int batch = 0; variable
159 {"batch", OPT_BATCH, '-',
370 batch = 1; in req_main()
1141 if (!batch) { in prompt_info()
1229 && (!batch)) { in prompt_info()
1408 if (!batch) in build_data()
1417 if (!batch) { in build_data()
1447 if (batch || value) in build_data()
/freebsd/usr.bin/patch/
H A Dcommon.h87 extern bool batch;
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dshrinker.h46 long batch; member

1234