/src/sys/dev/raidframe/ |
rf_states.c | 370 RF_AccessStripeMap_t *asm_p; local in function:rf_State_Lock 379 for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) { 382 asm_p->parityInfo && 384 !(asm_p->flags & RF_ASM_FLAGS_LOCK_TRIED)) { 385 asm_p->flags |= RF_ASM_FLAGS_LOCK_TRIED; 387 RF_ASSERT(asm_p->stripeID > lastStripeID); 388 lastStripeID = asm_p->stripeID 672 RF_AccessStripeMap_t *asm_p; local in function:rf_State_Cleanup [all...] |
rf_aselect.c | 112 RF_AccessStripeMap_t *asm_p; local in function:rf_SelectAlgorithm 150 for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) { 161 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_p, &(stripeFuncs->fp)); 180 numStripeUnits = asm_p->numStripeUnitsAccessed; 185 for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { 282 for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) [all...] |
rf_map.c | 84 RF_AccessStripeMap_t *asm_list = NULL, *asm_p = NULL; local in function:rf_MapAccess 133 if (!asm_p) 134 asm_list = asm_p = t_asm; 136 asm_p->next = t_asm; 137 asm_p = asm_p->next; 142 asm_p->stripeID = /* rf_RaidAddressToStripeID(layoutPtr, 146 asm_p->raidAddress = raidAddress; 147 asm_p->endRaidAddress = stripeEndAddress; 162 asm_p->physInfo = pda_p = t_pda [all...] |