| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_zfetch.c | 61 SYSCTL_UINT(_vfs_zfs_zfetch, OID_AUTO, max_streams, CTLFLAG_RWTUN, 82 { "max_streams", KSTAT_DATA_UINT64 }, 196 uint32_t max_streams = MAX(1, MIN(zfetch_max_streams, local 199 if (numstreams >= max_streams) {
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_trace.c | 279 uint64_t max_streams = 0; local 281 if (!ossl_quic_wire_decode_frame_max_streams(pkt, &max_streams)) 284 BIO_printf(bio, " Max Streams: %llu\n", (unsigned long long)max_streams);
|
| quic_rx_depack.c | 733 uint64_t max_streams = 0; local 735 if (!ossl_quic_wire_decode_frame_max_streams(pkt, &max_streams)) { 743 if (max_streams > (((uint64_t)1) << 60)) { 753 if (max_streams > ch->max_local_streams_bidi) 754 ch->max_local_streams_bidi = max_streams; 760 if (max_streams > ch->max_local_streams_uni) 761 ch->max_local_streams_uni = max_streams; 1254 /* MAX_STREAMS frames are valid in 0RTT and 1RTT packets */ 1260 "MAX_STREAMS valid only in 0/1-RTT");
|
| quic_txp.c | 1505 /* Do we want to produce a MAX_STREAMS frame? */ 2741 uint64_t max_streams local 2748 max_streams)) { 2767 uint64_t max_streams local 2774 max_streams)) {
|
| /src/external/bsd/unbound/dist/testcode/ |
| doqclient.c | 916 uint64_t max_streams, void* user_data) variable 919 verbose(1, "extend_max_local_streams_bidi callback, %d max_streams", 920 (int)max_streams);
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| http.c | 3398 uint32_t max_streams = NGHTTP2_INITIAL_MAX_CONCURRENT_STREAMS; local 3406 max_streams = max_concurrent_streams; 3410 max_streams);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
| dc.h | 48 #define MAX_STREAMS 6 101 uint32_t max_streams; member in struct:dc_caps
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 11688 uint32_t max_streams = named_g_http_streams_per_conn; local 11725 max_streams = cfg_obj_asuint32(cfg_max_streams); 11747 endpoints, len, max_clients, max_streams, &delt);
|