| /src/sys/dev/raidframe/ |
| rf_paritylogging.c | 80 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...] |
| rf_paritylogging.c | 80 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...] |
| /src/sys/dev/usb/ |
| if_atureg.h | 382 uByte fragmentation; member in struct:atu_rx_hdr
|
| if_atureg.h | 382 uByte fragmentation; member in struct:atu_rx_hdr
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| metaslab.c | 111 * 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 /= metaslab_class_get_space(mc) 921 uint64_t fragmentation = 0; local 1629 uint64_t fragmentation = 0; local [all...] |
| metaslab.c | 111 * 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 /= metaslab_class_get_space(mc) 921 uint64_t fragmentation = 0; local 1629 uint64_t fragmentation = 0; local [all...] |
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 814 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);
|
| zdb.c | 814 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);
|