Searched +full:tcb +full:- +full:capture (Results  1 – 8 of 8) sorted by relevance
| /freebsd-src/sys/contrib/device-tree/Bindings/soc/microchip/ | 
| H A D | atmel,at91rm9200-tcb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/soc/microchip/atmel,at91rm9200-tcb.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Alexandre Belloni <alexandre.belloni@bootlin.com>
 19       - enum:
 20           - atmel,at91rm9200-tcb
 21           - atmel,at91sam9x5-tcb
 22           - atmel,sama5d2-tcb
 23       - const: simple-mfd
 [all …]
 
 | 
| /freebsd-src/sys/netinet/ | 
| H A D | tcp_log_buf.h | 1 /*-2  * SPDX-License-Identifier: BSD-2-Clause
 4  * Copyright (c) 2016-2020 Netflix, Inc.
 36  * Because the (struct tcp_log_buffer) includes 8-byte uint64_t's, it requires
 37  * 8-byte alignment to work properly on all platforms. Therefore, we will
 38  * enforce 8-byte alignment for all the structures that may appear by
 47 	uint32_t	tls_sb_acc;	/* available chars (sb->sb_ac
 [all...]
 | 
| H A D | tcp_log_buf.c | 2 /*-3  * SPDX-License-Identifier: BSD-2-Clause
 5  * Copyright (c) 2016-2018 Netflix, Inc.
 147     "Logging mode for auto-selected sessions (default is TCP_LOG_STATE_TAIL)");
 151     "Auto-select from all sessions (rather than just those with IDs)");
 260 #define	TCPID_BUCKET_LOCK_INIT(tlb)	mtx_init(&((tlb)->tlb_mtx), "tcp log id bucket", NULL, MTX_DEF)
 261 #define	TCPID_BUCKET_LOCK_DESTROY(tlb)	mtx_destroy(&((tlb)->tlb_mtx))
 262 #define	TCPID_BUCKET_LOCK(tlb)		mtx_lock(&((tlb)->tlb_mtx))
 263 #define	TCPID_BUCKET_UNLOCK(tlb)	mtx_unlock(&((tlb)->tlb_mtx))
 264 #define	TCPID_BUCKET_LOCK_ASSERT(tlb)	mtx_assert(&((tlb)->tlb_mtx), MA_OWNED)
 [all …]
 
 | 
| /freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | 
| H A D | DiagnosticSemaKinds.td | 1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ------[all...]
 | 
| H A D | AttrDocs.td | 1 //==--- AttrDocs.td - Attribute documentation ------[all...]
 | 
| /freebsd-src/sys/netinet/tcp_stacks/ | 
| H A D | rack.c | 1 /*-2  * Copyright (c) 2016-2020 Netflix, Inc.
 162  * - Matt Mathis's Rate Halving which slowly drops
 165  * - Yuchung Cheng's RACK TCP (for which its named) that
 168  * - Reorder Detection of RFC4737 and the Tail-Loss probe draft
 186  * TCP output is also over-written with a new version since it
 191 static int32_t rack_tlp_limit = 2;	/* No more than 2 TLPs w-out new data */
 194 static int32_t rack_reorder_fade = 60000000;	/* 0 - never fade, def 60,000,000
 195 						 * - 6
 [all...]
 | 
| /freebsd-src/sys/dev/cxgbe/ | 
| H A D | t4_main.c | 1 /*-2  * SPDX-License-Identifier: BSD-2-Clause
 272  * Each tunable is set to a default value here if it's known at compile-time.
 273  * Otherwise it is set to -n as an indication to tweak_tunables() that it should
 290 int t4_ntxq = -NTXQ;
 296 int t4_nrxq = -NRXQ;
 302 static int t4_ntxq_vi = -NTXQ_V
 12883 DB_TABLE_COMMAND_FLAGS(show_t4,tcb,db_show_t4tcb,CS_OWN) DB_TABLE_COMMAND_FLAGS()  argument
 [all...]
 | 
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ | 
| H A D | SemaChecking.cpp | 1 //===- SemaChecking.cpp - Extra Semantic Checking --------[all...]
 |