HomeSort by: relevance | last modified time | path
    Searched defs:fulltable_depth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_declusterPQ.c 287 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; local in function:rf_MapSectorDeclusteredPQ
290 rf_decluster_adjust_params(layoutPtr, &SUID, &sus_per_fulltable, &fulltable_depth, &base_suid);
329 outSU += FullTableID * fulltable_depth; /* offs to strt of FT */
354 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; local in function:rf_MapParityDeclusteredPQ
357 rf_decluster_adjust_params(layoutPtr, &SUID, &sus_per_fulltable, &fulltable_depth, &base_suid);
384 outSU += FullTableID * fulltable_depth;
404 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; local in function:rf_MapQDeclusteredPQ
407 rf_decluster_adjust_params(layoutPtr, &SUID, &sus_per_fulltable, &fulltable_depth, &base_suid);
435 outSU += FullTableID * fulltable_depth;
453 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU local in function:rf_IdentifyStripeDeclusteredPQ
    [all...]
rf_decluster.c 327 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; local in function:rf_MapSectorDeclustered
330 rf_decluster_adjust_params(layoutPtr, &SUID, &sus_per_fulltable, &fulltable_depth, &base_suid);
357 outSU += FullTableID * fulltable_depth; /* offs to strt of FT */
385 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; local in function:rf_MapParityDeclustered
388 rf_decluster_adjust_params(layoutPtr, &SUID, &sus_per_fulltable, &fulltable_depth, &base_suid);
419 outSU += FullTableID * fulltable_depth;
440 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; local in function:rf_IdentifyStripeDeclustered
446 rf_decluster_adjust_params(layoutPtr, &SUID, &sus_per_fulltable, &fulltable_depth, &base_suid);
513 RF_StripeCount_t *fulltable_depth,
523 *fulltable_depth = info->ExtraTablesPerDisk * info->TableDepthInPUs * layoutPtr->SUsPerPU
    [all...]

Completed in 13 milliseconds