| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_ev.c | 274 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 D | efx_ev.c | 1468 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 D | whatisdoing.sh | 16 gdb -ex "set pagination 0" -ex "thread apply all bt" -batch -p $pid
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zloop.sh | 104 core_id=$($GDB --batch -c "$1" | grep "Core was generated by" | \
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-shrink.m4 | 17 .s_shrink.batch = 0,
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun8i-h2-plus-bananapi-m2-zero.dts | 85 * On the production batch of this board the card detect GPIO is
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | gcc | 117 # batch build
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 693 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 D | kern_thread.c | 281 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 D | flow-perf.rst | 80 * ``--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 D | event_ethernet_rx_adapter.rst | 179 temporarily enqueues mbufs to an event buffer before batch enqueuing these
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 1206 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 D | spa.c | 953 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 D | changes.txt | 3388 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).
|