Home
last modified time | relevance | path

Searched refs:fragmentation (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/sys/dev/raidframe/
H A Drf_paritylogging.c80 RF_SectorCount_t totalLogCapacity, fragmentation, lastRegionCapacity; in rf_ConfigureParityLogging() local
168 fragmentation = raidPtr->regionLogCapacity % raidPtr->numSectorsPerLog; in rf_ConfigureParityLogging()
169 if (fragmentation > 0) in rf_ConfigureParityLogging()
172 raidPtr->numSectorsPerLog) < fragmentation) { in rf_ConfigureParityLogging()
176 fragmentation = raidPtr->regionLogCapacity % in rf_ConfigureParityLogging()
180 raidPtr->numSectorsPerLog) < fragmentation) { in rf_ConfigureParityLogging()
184 fragmentation = raidPtr->regionLogCapacity % in rf_ConfigureParityLogging()
480 …f(" nominal region fragmentation is %d sectors\n", (int) fragmentation); in rf_ConfigureParityLogging()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c430 uint64_t fragmentation = 0; in metaslab_class_fragmentation() local
460 fragmentation += mg->mg_fragmentation * in metaslab_class_fragmentation()
463 fragmentation /= metaslab_class_get_space(mc); in metaslab_class_fragmentation()
465 ASSERT3U(fragmentation, <=, 100); in metaslab_class_fragmentation()
467 return (fragmentation); in metaslab_class_fragmentation()
921 uint64_t fragmentation = 0; in metaslab_group_fragmentation() local
931 fragmentation += msp->ms_fragmentation; in metaslab_group_fragmentation()
937 fragmentation /= valid_ms; in metaslab_group_fragmentation()
938 ASSERT3U(fragmentation, <=, 100); in metaslab_group_fragmentation()
939 return (fragmentation); in metaslab_group_fragmentation()
[all …]
/netbsd-src/external/bsd/jemalloc/dist/
H A Djemalloc.pc.in8 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and…
H A DREADME2 fragmentation avoidance and scalable concurrency support. jemalloc first came
/netbsd-src/tests/ipf/input/
H A Dni21 # Test of fragmentation required coming from the inside.
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dtodo.txt73 - cleanup TLS/PEAP/TTLS/FAST fragmentation: both the handshake and Appl. Data
76 should not need to care about fragmentation at all
H A Deap_testing.txt239 fragmentation in the Aegis server(?) The packet seems to include
240 1328 bytes of EAP-Message and this may go beyond the fragmentation
/netbsd-src/crypto/dist/ipsec-tools/
H A DNEWS81 o ESP fragmentation in tunnel mode can be tunned (NetBSD only)
95 o IKE fragmentation support
H A Dconfigure.ac350 [ --enable-frag enable IKE fragmentation payload support],
364 AC_DEFINE([ENABLE_FRAG], [], [IKE fragmentation support])
H A DChangeLog.old971 IKE fragmentation logic to base and ident mode.
1247 src/libipsec/{libpfkey.h|pfkey.c}: ESP fragmentation size is
1567 * src/racoon/isakmp.c: avoid a double free when using IKE fragmentation
1717 Receiver-side of IKE fragmentation
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D13-fragmentation.conf.in10 ## Test packet fragmentation
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D13-fragmentation.cnf.in10 ## Test packet fragmentation
/netbsd-src/sys/dev/usb/
H A Dif_atureg.h385 uByte fragmentation; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_secure_malloc.pod93 requested, in order to "round up" and reduce secure heap fragmentation.
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/doc/
H A DFAQ51 Enable IKE fragmentation, which is a workaround for
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc3715.txt364 overlap. Since the destination host relies on the fragmentation
368 collisions are not an issue when NATs perform the fragmentation,
656 5) No fragmentation. When certificate authentication is used, IKE
657 fragmentation can be encountered. This can occur when certificate
662 fragmentation is less likely.
/netbsd-src/sys/net80211/
H A DCHANGES308 tx fragmentation threshold
605 add force flag to enmic/demic crypto api for use in xmit fragmentation
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c814 uint64_t fragmentation; in dump_metaslab_groups() local
842 fragmentation = metaslab_class_fragmentation(mc); in dump_metaslab_groups()
843 if (fragmentation == ZFS_FRAG_INVALID) in dump_metaslab_groups()
846 (void) printf("\t%3llu%%\n", (u_longlong_t)fragmentation); in dump_metaslab_groups()
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dvalidation.rst818 network. IP fragmentation occurs when a large data packet needs to be
821 data packet at their destination. IP fragmentation is not necessarily a bad thing, and it most
835 fragmentation, only a part of the answer makes it to the validating
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.0.rst
/netbsd-src/external/bsd/ipf/dist/
H A DHISTORY251 3423805 fragmentation stats not reported correclty
253 3423821 track packets and bytes for fragmentation
255 3423805 fragmentation stats not reported correctly
/netbsd-src/external/mpl/bind/dist/
H A Dconfigure.ac1769 echo " | fragmentation. Installing the jemalloc |"
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dslapdconfig.sdf792 multival can also decrease fragmentation of the primary {{TERM:MDB}} database.
H A Dslapdconf2.sdf941 multival can also decrease fragmentation of the primary {{TERM:MDB}} database.
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNEWS974 record; allow fragmentation and interleaving of handshake and other

12