Home
last modified time | relevance | path

Searched refs:fulltable_depth (Results 1 – 3 of 3) sorted by relevance

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