Home
last modified time | relevance | path

Searched refs:retained (Results 1 – 25 of 101) sorted by relevance

12345

/src/contrib/jemalloc/src/
H A Dpa_extra.c92 pa_shard_stats_out->pac_stats.retained += in pa_shard_stats_merge()
134 size_t dirty, muzzy, retained, dirty_bytes, muzzy_bytes, in pa_shard_stats_merge() local
138 retained = ecache_nextents_get(&shard->pac.ecache_retained, i); in pa_shard_stats_merge()
146 estats_out[i].nretained = retained; in pa_shard_stats_merge()
H A Dstats.c710 COL_HDR(row, retained, NULL, right, 13, size) in stats_arena_extents_print()
1048 size_t page, pactive, pdirty, pmuzzy, mapped, retained; in stats_arena_print() local
1342 GET_AND_EMIT_MEM_STAT(retained) in stats_arena_print()
1688 retained; in stats_print_helper() local
1699 CTL_GET("stats.retained", &retained, size_t); in stats_print_helper()
1725 emitter_json_kv(emitter, "retained", emitter_type_size, &retained); in stats_print_helper()
1732 resident, mapped, retained); in stats_print_helper()
/src/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DRSTP-MIB.txt82 The value of this object MUST be retained across
97 The value of this object MUST be retained across
175 The value of this object MUST be retained across
221 The value of this object MUST be retained across
265 The value of this object MUST be retained across
/src/crypto/openssl/doc/man7/
H A DEVP_PKEY-ML-DSA.pod36 The seed is also by default retained when keys are loaded from B<PKCS#8> files
42 When the seed is retained, it is also available as a B<gettable> parameter,
44 When the seed was not initially known, or was not retained, B<PKCS#8> private
94 L<OSSL_PROVIDER_conf_get_bool(3)>), the seed will not be retained after key
106 (neither used to regenerate the key, nor retained), and the companion key is
H A DEVP_PKEY-ML-KEM.pod36 The seed is also by default retained when keys are loaded from B<PKCS#8> files
42 When the seed is retained, it is also available as a B<gettable> parameter,
44 When the seed was not initially known, or was not retained, B<PKCS#8> private
125 L<OSSL_PROVIDER_conf_get_bool(3)>), the seed will not be retained after key
137 (neither used to regenerate the key, nor retained), and the companion key is
/src/lib/libmd/
H A Dmd5.copyright19 These notices must be retained in any copies of any part of this
H A Dmd4.copyright18 These notices must be retained in any copies of any part of this
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpac.h62 size_t retained; /* Derived. */ member
H A Dctl.h59 size_t retained; member
/src/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dccf.txt19 is retained for compatibility reasons, as it was already
/src/crypto/krb5/src/lib/krb5/unicode/
H A DUCD-Terms25 as long as this notice and the disclaimer notice are retained.
/src/sys/contrib/device-tree/Bindings/sound/
H A Dti,tas5086.txt21 is retained.
/src/crypto/openssl/doc/man3/
H A DSSL_set1_host.pod35 set via SSL_set1_host() or SSL_add1_host() are retained.
90 and must be copied by the application if it is to be retained beyond
H A DSSL_CTX_set_tmp_dh_callback.pod85 ownership of the B<DH> object is retained by the application. Applications
103 retained by the application and should later be freed.
H A DSSL_get_peer_signature_nid.pod27 The returned string should be copied if it is to be retained beyond the
H A DSSL_CTX_set_ssl_version.pod22 SSL_CTX object is retained, with the exception of the configured TLS ciphers,
H A DDH_generate_key.pod48 It is constant time due to the leading zero bytes being retained.
H A DEVP_PKEY_is_a.pod40 Ownership of the returned string is retained by the I<pkey> object and should
/src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.cryptogams21 ALTERNATIVELY, provided that this notice is retained in full, this
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp194 void castToObjCObject(CastExpr *E, bool retained) { in castToObjCObject() argument
195 rewriteToBridgedCast(E, retained ? OBC_BridgeTransfer : OBC_Bridge); in castToObjCObject()
/src/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_flags.inc28 " retained.")
/src/contrib/llvm-project/lld/docs/ELF/
H A Dstart-stop-gc.rst8 …>>> the encapsulation symbol needs to be retained under --gc-sections properly; consider -z nostar…
/src/crypto/openssl/doc/designs/
H A Dpassing-algorithmidentifier-parameters.md145 With providers, some of that support was retained, but not others. Most
146 crucially, the `EVP_PKEY` ctrls for PKCS#7 and CMS were not retained,
/src/crypto/krb5/src/kadmin/cli/
H A Dkadmin_ct.ct83 request kadmin_purgekeys, "Purge previously retained old keys from a principal",
/src/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md15 + [Sketch B: Registered/Retained Mode API](#sketch-b--registered-retained-mode-api)
28 + [External Polling — Retained Mode](#external-polling---retained-mode)
1402 The above scheme also means that the retained-mode polling API can be more
1403 efficient since translation information can be retained internally rather than
1424 #define SSL_POLL_METHOD_CAP_RETAINED (1U << 1) /* supports retained mode */
1599 use the immediate mode or retained mode API of the poller as desired. If we use
1600 the retained mode, we handle state updates and teardown as needed if the caller
1614 immediate or retained mode. In the latter case it creates one or more
1664 in either immediate or retained mode based on the poll descriptors reported by
1677 in either immediate or retained mode based on the poll descriptors reported
[all …]

12345