| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 185 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 D | ipoib_ethtool.c | 106 "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 D | ecore_hsi.h | 4196 … (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 D | tsan_interface_java.h | 48 // Can be aggregated for several objects (preferably). 51 // Can be aggregated for several objects (preferably).
|
| /freebsd/usr.sbin/route6d/ |
| H A D | route6d.8 | 87 aggregated route. 91 and advertises the aggregated route
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sta.h | 62 * 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. 393 * @agg_tids: bitmap of tids whose status is operational aggregated (IWL_AGG_ON)
|
| /freebsd/contrib/ofed/infiniband-diags/man/ |
| H A D | perfquery.8 | 43 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 D | tcp_lro.h | 171 unsigned short lro_ackcnt_lim; /* max # of aggregated ACKs */ 173 unsigned lro_length_lim; /* max len of aggregated data */
|
| /freebsd/sbin/routed/ |
| H A D | input.c | 706 /* 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 D | Getopt.java | 56 * 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 D | cxgb_osdep.h | 88 #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 D | qcom,bcm-voter.yaml | 15 Coordinators (RSC). Interconnect providers are able to vote for aggregated
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,rpm-master-stats.yaml | 18 only then aggregated for the entire system.
|
| /freebsd/bin/dd/ |
| H A D | dd.1 | 46 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 D | testmode.c | 44 /* 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 D | mana_sysctl.c | 238 "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 D | rx_desc.h | 821 * 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/contrib/file/magic/Magdir/ |
| H A D | coverage | 19 # - LCOV trace files, i.e. aggregated GCC profiles
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | AnnotationRemarks.cpp | 46 // Track all annotated instructions aggregated based on their debug location. in runImpl()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_queue.c | 588 * Sufficiently adjacent io_offset's in ZIOs will be aggregated. We do this 724 * We are going to include an optional io in our aggregated in vdev_queue_aggregate() 726 * start aggregated spans, so make sure that the next i/o in vdev_queue_aggregate() 803 * aggregated (parent) I/Os so that we could avoid dropping the in vdev_queue_aggregate()
|
| H A D | dmu_send.c | 199 * dump_freeobjects(), and dump_redact() can be aggregated into a single 356 * same type (i.e., DRR_FREE records can only be aggregated with in dump_free() 358 * aggregated with other DRR_FREEOBJECTS records). in dump_free() 369 * Check to see whether this free block can be aggregated in dump_free() 419 * same type (i.e., DRR_REDACT records can only be aggregated with in dump_redact() 431 * Check to see whether this redacted block can be aggregated in dump_redact() 674 * aggregated with other DRR_FREE records. DRR_FREEOBJECTS records in dump_freeobjects() 675 * can only be aggregated with other DRR_FREEOBJECTS records). in dump_freeobjects() 686 * See whether this free object array can be aggregated in dump_freeobjects() 693 /* can't be aggregated. Push out pending record */ in dump_freeobjects()
|
| /freebsd/share/man/man4/ |
| H A D | lagg.4 | 103 Link Aggregated Groups.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfileProbe.h | 128 // location may be aggregated multiple times in postlink. With a concept of
|
| /freebsd/usr.bin/clang/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.1 | 246 For aggregated values, the following keys are used:
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | eth_common.h | 293 __le16 total_packet_len /* Total aggregated packet length */; 421 …ETH_AGG_END_NON_TPA_SEG /* Next segment cant be aggregated due to LLC/SNAP, IP error, IP fragment,…
|