Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Drhead_ev.c274 unsigned int batch; in rhead_ev_qpoll() local
298 for (total = 0; total < batch; ++total) { in rhead_ev_qpoll()
328 EFSYS_ASSERT(batch <= EF100_EV_BATCH); in rhead_ev_qpoll()
329 batch += (EF100_EV_BATCH << 1); in rhead_ev_qpoll()
330 EFSYS_ASSERT(total != batch); in rhead_ev_qpoll()
343 } while (total == batch); in rhead_ev_qpoll()
420 unsigned int batch; in rhead_ev_ew_qpoll() local
438 for (total = 0; total < batch; ++total) { in rhead_ev_ew_qpoll()
474 batch += (EF100_EV_EW_BATCH << 1); in rhead_ev_ew_qpoll()
475 EFSYS_ASSERT(total != batch); in rhead_ev_ew_qpoll()
[all …]
H A Defx_ev.c1468 unsigned int batch; in siena_ef10_ev_qpoll() local
1495 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1)); in siena_ef10_ev_qpoll()
1497 for (total = 0; total < batch; ++total) { in siena_ef10_ev_qpoll()
1516 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIOD) in siena_ef10_ev_qpoll()
1527 if (total == batch && in siena_ef10_ev_qpoll()
1529 offset = (count + batch) & eep->ee_mask; in siena_ef10_ev_qpoll()
1590 EFSYS_ASSERT(batch <= EFX_EV_BATCH); in siena_ef10_ev_qpoll()
1591 batch += (EFX_EV_BATCH << 1); in siena_ef10_ev_qpoll()
1592 EFSYS_ASSERT(total != batch); in siena_ef10_ev_qpoll()
1611 } while (total == batch); in siena_ef10_ev_qpoll()
/f-stack/app/redis-5.0.5/utils/
H A Dwhatisdoing.sh16 gdb -ex "set pagination 0" -ex "thread apply all bt" -batch -p $pid
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzloop.sh104 core_id=$($GDB --batch -c "$1" | grep "Core was generated by" | \
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-shrink.m417 .s_shrink.batch = 0,
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun8i-h2-plus-bananapi-m2-zero.dts85 * On the production batch of this board the card detect GPIO is
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dgcc117 # batch build
/f-stack/freebsd/kern/
H A Dvfs_cache.c693 if (TAILQ_EMPTY(batch)) in cache_free_batch()
2626 struct cache_freebatch batch; in cache_purge_impl() local
2630 TAILQ_INIT(&batch); in cache_purge_impl()
2639 TAILQ_INSERT_TAIL(&batch, ncp, nc_dst); in cache_purge_impl()
2645 TAILQ_INSERT_TAIL(&batch, ncp, nc_dst); in cache_purge_impl()
2653 TAILQ_INSERT_TAIL(&batch, ncp, nc_dst); in cache_purge_impl()
2659 cache_free_batch(&batch); in cache_purge_impl()
2717 struct cache_freebatch batch; in cache_purge_negative() local
2724 TAILQ_INIT(&batch); in cache_purge_negative()
2731 TAILQ_INSERT_TAIL(&batch, ncp, nc_dst); in cache_purge_negative()
[all …]
H A Dkern_thread.c281 tid_free_batch(lwpid_t *batch, int n) in tid_free_batch() argument
287 tid_free_locked(batch[i]); in tid_free_batch()
/f-stack/dpdk/doc/guides/tools/
H A Dflow-perf.rst80 * ``--rules-batch=N``
85 and an iteration window size of --rules-batch=100000 flow rules,
92 Default iteration window equals to the rules-batch size (i.e., 100,000).
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_rx_adapter.rst179 temporarily enqueues mbufs to an event buffer before batch enqueuing these
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1206 static void free_pv_chunk_batch(struct pv_chunklist *batch);
5179 free_pv_chunk_batch(struct pv_chunklist *batch) in free_pv_chunk_batch() argument
5186 if (TAILQ_EMPTY(&batch[i])) in free_pv_chunk_batch()
5190 TAILQ_FOREACH(pc, &batch[i], pc_list) { in free_pv_chunk_batch()
5197 TAILQ_FOREACH_SAFE(pc, &batch[i], pc_list, npc) { in free_pv_chunk_batch()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c953 boolean_t batch = B_FALSE; in spa_taskqs_init() local
974 batch = B_TRUE; in spa_taskqs_init()
994 if (batch) in spa_taskqs_init()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt3388 A batch of small changes to close bugzilla and other reports:
4065 unless STDIN is actually a terminal. Assists with batch-mode processing.
9095 batch compilations.
11044 Implemented a generic batch command mode for the AcpiExec utility
12375 -b switch (batch mode) is used.
13950 Implemented batch mode option for the AcpiExec utility (-b).