Home
last modified time | relevance | path

Searched full:aggregated (Results 1 – 25 of 125) sorted by relevance

12345

/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md185 series of writes can be aggregated into a single, larger I/O to the leaf
187 the aggregated I/O operations reflect the physical operations.
213 | sync_read_agg | blocks | aggregated sync reads |
214 | sync_write_agg | blocks | aggregated sync writes |
215 | async_read_agg | blocks | aggregated async reads |
216 | async_write_agg | blocks | aggregated async writes |
217 | scrub_read_agg | blocks | aggregated scrub/scan reads |
218 | trim_write_agg | blocks | aggregated trim (aka unmap) writes |
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c106 "LRO aggregated", "LRO flushed",
136 data[index++] = priv->lro.lro_mgr.stats.aggregated; in ipoib_get_ethtool_stats()
139 data[index++] = priv->lro.lro_mgr.stats.aggregated / in ipoib_get_ethtool_stats()
/freebsd/sys/dev/bxe/
H A Decore_hsi.h4196 … (0xFF<<8) /* BitField commandcomp_param and comp_type bit index in aggregated interrupt vector…
4383 uint32_t __agg_val1 /* aggregated value 1 */;
4386 uint8_t __agg_val3 /* aggregated value 3 */;
4387 uint16_t __agg_val2 /* aggregated value 2 */;
4389 uint16_t __agg_val2 /* aggregated value 2 */;
4390 uint8_t __agg_val3 /* aggregated value 3 */;
4561 uint32_t __agg_val1 /* aggregated value 1 */;
4564 uint8_t __agg_val3 /* aggregated value 3 */;
4565 uint16_t __agg_val2 /* aggregated value 2 */;
4567 uint16_t __agg_val2 /* aggregated value 2 */;
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.h48 // Can be aggregated for several objects (preferably).
51 // Can be aggregated for several objects (preferably).
/freebsd/usr.sbin/route6d/
H A Droute6d.882 aggregated route.
86 and advertises the aggregated route
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h62 * When a RA/TID needs to become aggregated, no new queue is required to be
63 * allocated, only mark the queue as aggregated via the ADD_STA command. Note,
64 * however, that a shared queue cannot be aggregated, and only after the other
66 * reconfigured and become aggregated.
396 * @agg_tids: bitmap of tids whose status is operational aggregated (IWL_AGG_ON)
/freebsd/contrib/ofed/infiniband-diags/man/
H A Dperfquery.843 aggregated counters for all ports of node. Finally it can, reset after read,
119 show aggregated counters for all ports of the destination lid, reset
/freebsd/sys/netinet/
H A Dtcp_lro.h171 unsigned short lro_ackcnt_lim; /* max # of aggregated ACKs */
173 unsigned lro_length_lim; /* max len of aggregated data */
/freebsd/sbin/routed/
H A Dinput.c706 /* We can receive aggregated RIPv2 routes that must in input()
709 * We might also receive the same routes aggregated in input()
714 * but breaking down the aggregated routes for RIPv1 in input()
717 * Breaking down aggregated routes here bloats in input()
719 * table, since routes are always aggregated for in input()
857 * aggregated route, and if the previous route is either in input_route()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java56 * getopt() while extracting aggregated short-options (ie: -abcd).
276 * Gets the aggregated short option that just failed. Since long
277 * options can't be aggregated, a failed long option can be obtained
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h88 #define TX_WR_SIZE_MAX 11*1024 /* the maximum total size of packets aggregated into…
92 * aggregated into a single TX WR
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,bcm-voter.yaml15 Coordinators (RSC). Interconnect providers are able to vote for aggregated
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,rpm-master-stats.yaml18 only then aggregated for the entire system.
/freebsd/bin/dd/
H A Ddd.146 If input reads are short, input from multiple reads are aggregated
407 Normally, data resulting from input or conversion or both are aggregated
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtestmode.c44 /* This function handles unsegmented events. Data in various events are aggregated
94 * from firmware is aggregated and sent to application layer
/freebsd/sys/dev/mana/
H A Dmana_sysctl.c238 "LU", "Max # of ACKs to be aggregated by LRO"); in mana_sysctl_add_port()
243 "LU", "Max len of aggregated data in byte by LRO"); in mana_sysctl_add_port()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Drx_desc.h821 * that is part of this flow aggregated so far, reported if
899 * last_msdu are set in the MSDU then this is a non-aggregated MSDU
971 * Number of MSDU's aggregated so far
974 * To indicate that this MSDU can be aggregated with
1007 * Total MSDU length that is part of this flow aggregated
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c225 * ensure that there are at least 128k worth of IOs that can be aggregated, and
612 * Sufficiently adjacent io_offset's in ZIOs will be aggregated. We do this
748 * We are going to include an optional io in our aggregated in vdev_queue_aggregate()
750 * start aggregated spans, so make sure that the next i/o in vdev_queue_aggregate()
827 * aggregated (parent) I/Os so that we could avoid dropping the in vdev_queue_aggregate()
H A Ddmu_send.c198 * dump_freeobjects(), and dump_redact() can be aggregated into a single
355 * same type (i.e., DRR_FREE records can only be aggregated with in dump_free()
357 * aggregated with other DRR_FREEOBJECTS records). in dump_free()
368 * Check to see whether this free block can be aggregated in dump_free()
418 * same type (i.e., DRR_REDACT records can only be aggregated with in dump_redact()
430 * Check to see whether this redacted block can be aggregated in dump_redact()
673 * aggregated with other DRR_FREE records. DRR_FREEOBJECTS records in dump_freeobjects()
674 * can only be aggregated with other DRR_FREEOBJECTS records). in dump_freeobjects()
685 * See whether this free object array can be aggregated in dump_freeobjects()
692 /* can't be aggregated. Push out pending record */ in dump_freeobjects()
/freebsd/contrib/file/magic/Magdir/
H A Dcoverage19 # - LCOV trace files, i.e. aggregated GCC profiles
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp46 // Track all annotated instructions aggregated based on their debug location. in runImpl()
/freebsd/share/man/man4/
H A Dlagg.4103 Link Aggregated Groups.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h128 // location may be aggregated multiple times in postlink. With a concept of
/freebsd/usr.bin/clang/llvm-dwarfdump/
H A Dllvm-dwarfdump.1246 For aggregated values, the following keys are used:
/freebsd/sys/net80211/
H A Dieee80211_superg.c788 * Check if the supplied frame can be aggregated. in ieee80211_ff_check()
790 * NB: we allow EAPOL frames to be aggregated with other ucast traffic. in ieee80211_ff_check()
792 * be aggregated with other types of frames when encryption is on? in ieee80211_ff_check()

12345