Searched refs:fragmentation (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_paritylogging.c80 RF_SectorCount_t totalLogCapacity, fragmentation, lastRegionCapacity; local
165 /* reduce fragmentation within a disk region by adjusting the number
168 fragmentation = raidPtr->regionLogCapacity % raidPtr->numSectorsPerLog;
169 if (fragmentation > 0)
172 raidPtr->numSectorsPerLog) < fragmentation) {
176 fragmentation = raidPtr->regionLogCapacity %
180 raidPtr->numSectorsPerLog) < fragmentation) {
184 fragmentation = raidPtr->regionLogCapacity %
480 printf(" nominal region fragmentation is %d sectors\n", (int) fragmentation);
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c111 * Allow metaslabs to keep their active state as long as their fragmentation
119 "Maximum percentage of metaslab fragmentation level to keep their active state");
205 * Enable/disable fragmentation weighting on metaslabs.
210 "Enable fragmentation weighting on metaslabs");
420 * Calculate the metaslab class's fragmentation metric. The metric
430 uint64_t fragmentation = 0; local
448 * If a metaslab group does not contain a fragmentation
458 * to the overall pool fragmentation metric.
460 fragmentation += mg->mg_fragmentation *
463 fragmentation /
921 uint64_t fragmentation = 0; local
1629 uint64_t fragmentation = 0; local
[all...]
/netbsd-current/sys/dev/usb/
H A Dif_atureg.h385 uByte fragmentation; member in struct:atu_rx_hdr
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c814 uint64_t fragmentation; local
829 "fragmentation",
842 fragmentation = metaslab_class_fragmentation(mc);
843 if (fragmentation == ZFS_FRAG_INVALID)
846 (void) printf("\t%3llu%%\n", (u_longlong_t)fragmentation);
/netbsd-current/external/mpl/bind/dist/
H A Dconfigure30334 echo " | fragmentation. Installing the jemalloc |"

Completed in 141 milliseconds